tests/test-config-case.t
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 13 Dec 2010 16:41:39 +0900
branchstable
changeset 13123 2506658c3927
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
churn: ignore trailing and leading spaces (issue2546)

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

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