tests/test-config-case.t
author Eric Eisner <ede@mit.edu>
Sun, 21 Nov 2010 22:00:51 -0500
changeset 13029 f930032aa6d5
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
subrepo: lazier git push logic Avoids calls to git push when the revision is already known to be in the remote repository. Now, when using a read-only git subrepo, git will never need to talk to its upstream repository.

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

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