##// END OF EJS Templates
Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)

File last commit:

r4528:85a69f4d default
r6796:943f066c 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