view tests/test-config-case.t @ 12749:338b4b615d33

patchbomb: move command option help from the extension (patchbomb) to the command (email)
author timeless <timeless@gmail.com>
date Sun, 17 Oct 2010 14:00:01 +0300
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