##// END OF EJS Templates
tests: ensure platform independent revision hashes in test-notify.t...
tests: ensure platform independent revision hashes in test-notify.t Makes the test pass again on windows after ca572e94d8e7.

File last commit:

r12082:5e2216a3 default
r15767:d85ecaf3 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