tests/test-config-case.t
author Bryan O'Sullivan <bryano@fb.com>
Fri, 22 Mar 2013 10:56:55 -0700
changeset 18810 ac0336471ba7
parent 17015 73d20de5f30b
permissions -rw-r--r--
blackbox: account for another source of errors

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