tests/test-config-case.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 16 Jul 2012 22:37:44 +0200
changeset 17195 48c232873a54
parent 17015 73d20de5f30b
permissions -rw-r--r--
obsolete: add seek to end of file before calling tell (issue3543)

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