##// END OF EJS Templates
diff: fix obscure off-by-one error in diff -p
diff: fix obscure off-by-one error in diff -p

File last commit:

r4528:85a69f4d default
r7436:07faba78 default
Show More
test-config-case
7 lines | 142 B | text/plain | TextLexer
Alexis S. L. Carvalho
Use a case-sensitive version of SafeConfigParser everywhere...
r3425 #!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
Alexis S. L. Carvalho
test-config-case: print only the Section we're interested in....
r4528 hg showconfig Section