##// END OF EJS Templates
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension

File last commit:

r3425:ec6f400c default
r4515:86a66cce 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