view tests/test-config-case.t @ 18074:8c9a52492d42

tests: improve test-mv-cp-st-diff.t readability
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 16 Dec 2012 19:41:56 +0100
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