##// END OF EJS Templates
give better error message on non-existent mapfile (issue813)
give better error message on non-existent mapfile (issue813)

File last commit:

r4528:85a69f4d default
r6337:d2713d90 default
Show More
test-config-case
7 lines | 142 B | text/plain | TextLexer
#!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig Section