tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Thu, 03 May 2012 16:03:08 -0500
branchstable
changeset 16573 5983de86462c
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
bookmarks: catch the proper exception for missing revisions This fixes a regression from 1.7

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case