##// END OF EJS Templates
merge with crew-stable
merge with crew-stable

File last commit:

r3425:ec6f400c default
r4181:ac9e891f merge default
Show More
test-config-case
7 lines | 134 B | text/plain | TextLexer
Alexis S. L. Carvalho
Use a case-sensitive version of SafeConfigParser everywhere...
r3425 #!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig