##// END OF EJS Templates
setup: fix build_hgexe for mingw32 compiler...
setup: fix build_hgexe for mingw32 compiler Fixes python setup.py build_hgexe -i --compiler=mingw32

File last commit:

r17015:73d20de5 default
r17246:bf5bb38b 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