tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Thu, 12 Jul 2012 14:20:34 -0500
changeset 17150 3ac9592b7ab4
parent 17015 73d20de5f30b
permissions -rw-r--r--
backout e7167007c083 This may have allowed unbounded I/O sizes with the current chunk retrieval code.

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