##// END OF EJS Templates
purge: remove read-only files under Windows (issue583)...
purge: remove read-only files under Windows (issue583) Initial version by Benoit Boissinot <bboissin@gmail.com>

File last commit:

r4528:85a69f4d default
r8043:b777dd8f 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