##// END OF EJS Templates
convert: cvs.py - Allow user to use built-in CVS changeset code....
convert: cvs.py - Allow user to use built-in CVS changeset code. tests: add two testcases for CVS conversion with builtin CVS including a testcase for issue 1148.

File last commit:

r4528:85a69f4d default
r6690:127e8c34 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