tests/test-config-case.t
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 11 Oct 2010 12:45:36 -0500
changeset 12703 40bb5853fc4b
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
wireproto: introduce pusherr() to deal with "unsynced changes" error The behaviour between http and ssh still differ: - the "unsynced changes" is seen as a remote output in the http cases - but it is correctly seen as a push error for ssh

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

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