view tests/test-config-case.t @ 16233:3f79b110c4f0

patchbomb: add (optional) note to 0 of 0 prompt
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Mar 2012 15:59:41 -0600
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