test-config-case.t
8 lines
| 202 B
| text/troff
|
Tads3Lexer
/ tests / test-config-case.t
Adrian Buehlmann
|
r12082 | $ echo '[Section]' >> $HGRCPATH | ||
$ echo 'KeY = Case Sensitive' >> $HGRCPATH | ||||
$ echo 'key = lower case' >> $HGRCPATH | ||||
$ hg showconfig Section | ||||
Section.KeY=Case Sensitive | ||||
Section.key=lower case | ||||