view tests/test-config-case.t @ 13025:99210fb3bc0a stable

keyword: s/config/configuration/ in help
author Christian Ebert <blacktrash@gmx.net>
date Mon, 22 Nov 2010 16:05:31 +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