##// END OF EJS Templates
tests: convert some 'hghave no-outer-repo' to #if...
tests: convert some 'hghave no-outer-repo' to #if In some places we instead use 'hg init' to create a well-known outer repo without any special extensions or other config settings.

File last commit:

r12082:5e2216a3 default
r17014:50fbe906 default
Show More
test-config-case.t
8 lines | 202 B | text/troff | Tads3Lexer
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
$ hg showconfig Section
Section.KeY=Case Sensitive
Section.key=lower case