tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Wed, 06 Apr 2011 15:10:47 -0500
branchstable
changeset 13900 a3403d5b0af3
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
url: use a regex to hide unsupported ssh passwords (issue2754)

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

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