view tests/test-config-case.t @ 15885:222fb8a512eb

tests: make qnew in test-mq-caches.t stable The unstable hashes did for other reasons not show up in the test output.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 13 Jan 2012 01:19:08 +0100
parents 5e2216a35839
children 73d20de5f30b
line wrap: on
line source

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

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