tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Mon, 06 Jun 2011 15:17:40 -0500
changeset 14536 52cbeb5a651b
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844) We shouldn't try to process subrepos if .hgsub isn't present and we should remove .hgsubstate if .hgsub is marked for removal.

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

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