##// END OF EJS Templates
check-code: indent 4 spaces in py files
check-code: indent 4 spaces in py files

File last commit:

r17015:73d20de5 default
r17299:e51d4aed 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