##// END OF EJS Templates
tests: add missing no-outer-repo requirements...
tests: add missing no-outer-repo requirements Outer repos (if any) will now never be touched by the tests. But it is better to run without any repos around the tmp directory.

File last commit:

r17015:73d20de5 default
r17015:73d20de5 default
Show More
test-config-case.t
11 lines | 231 B | text/troff | Tads3Lexer
hide outer repo
$ hg init
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
$ hg showconfig Section
Section.KeY=Case Sensitive
Section.key=lower case