##// END OF EJS Templates
Improve hg branch -f help text
Improve hg branch -f help text

File last commit:

r3425:ec6f400c default
r4204:e4c58676 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