view tests/test-config-case.t @ 19024:ab04e87a5f3b

amend: fix unlocking order - first lock then wlock
author Mads Kiilerich <madski@unity3d.com>
date Wed, 17 Apr 2013 03:41:08 +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