tests/test-config-case.t
author Mads Kiilerich <madski@unity3d.com>
Thu, 03 Jan 2013 21:07:04 +0100
changeset 18302 16c642a6f07d
parent 17015 73d20de5f30b
permissions -rw-r--r--
archival: avoid touching deprecated gzip name attribute The existing workaround didn't work when no filename was specified. If running in a context with warnings enabled and subsecond mtime it gave a warning: DeprecationWarning: use the name attribute

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