##// END OF EJS Templates
largefiles: download missing subrepo revs when archiving...
largefiles: download missing subrepo revs when archiving This is something plain hgsubrepos already do. Previously, an abort message complained about an unknown revision.

File last commit:

r17015:73d20de5 default
r17695:75f25bd4 stable
Show More
test-config-case.t
11 lines | 231 B | text/troff | Tads3Lexer
/ tests / test-config-case.t
Mads Kiilerich
tests: add missing no-outer-repo requirements...
r17015 hide outer repo
$ hg init
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