summaryrefslogtreecommitdiff
path: root/tests/test-config-case.t
blob: da0eeba56bfda421e5721efff181105e8c9b4492 (plain)
1
2
3
4
5
6
7
8
  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case