tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Mon, 16 Jul 2012 16:19:53 -0500
changeset 17197 67b8cca2f12b
parent 17015 73d20de5f30b
permissions -rw-r--r--
dirstate: drop assert

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