##// END OF EJS Templates
test-config-case: print only the Section we're interested in....
test-config-case: print only the Section we're interested in. This allows us to add additional settings to the global hgrc file created by run-tests.py without breaking this test.

File last commit:

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