view tests/test-config-case.t @ 17842:a029dac38942 stable

test-push-http: fix failing test on Windows The test failed due to problems with escaping. Fixes 8474be4412ca.
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 19 Oct 2012 15:03:35 +0200
parents 73d20de5f30b
children
line wrap: on
line source

hide outer repo
  $ hg init

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

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