##// END OF EJS Templates
Merge with Matt
Merge with Matt

File last commit:

r3425:ec6f400c default
r4313:61ab822a merge default
Show More
test-config-case
7 lines | 134 B | text/plain | TextLexer
#!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig