##// END OF EJS Templates
identity: show trailing '+' for dirty subrepos (issue2839)
identity: show trailing '+' for dirty subrepos (issue2839)

File last commit:

r17015:73d20de5 default
r17255:3e856d8a stable
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