view tests/test-config-case.t @ 17856:917a37b76845

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 23 Oct 2012 09:28:42 +0200
parents 73d20de5f30b
children
line wrap: on
line source

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