tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Wed, 25 Oct 2006 17:38:17 -0500
changeset 3519 5c57a5a17963
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Hide deprecated flags in help unless verbose

#!/bin/sh

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

hg showconfig