##// END OF EJS Templates
Update asciidoc instructions to suggest html4 for newer versions
Update asciidoc instructions to suggest html4 for newer versions

File last commit:

r4528:85a69f4d default
r5048:8db8e110 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