##// END OF EJS Templates
Add ui.slash hgrc setting...
Add ui.slash hgrc setting This will make most commands print paths using "/", regardless of the value of os.sep.

File last commit:

r3425:ec6f400c default
r4527:b422b558 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