tests/test-config-case.t
author Kevin Berridge <kevin.w.berridge@gmail.com>
Fri, 11 Mar 2011 20:43:12 -0500
changeset 13803 e380964d53f8
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
pull: don't suggest running hg merge when new heads are on different branches After a pull when new heads are added but no head is added on the current branch, the "run 'hg merge'" message can be misleading. This patch doesn't output the merge message in that scenario.

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

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