##// END OF EJS Templates
addremove: mention --similarity defaults to 100 (issue3430)
addremove: mention --similarity defaults to 100 (issue3430)

File last commit:

r17015:73d20de5 default
r17266:4e35dea7 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