##// END OF EJS Templates
http: minor tweaks to long arg handling...
http: minor tweaks to long arg handling x-arg -> x-hgarg replace itertools.count(1)

File last commit:

r12082:5e2216a3 default
r14094:d10c6835 default
Show More
test-config-case.t
8 lines | 202 B | text/troff | Tads3Lexer
/ tests / test-config-case.t
Adrian Buehlmann
tests: unify test-config-case
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