tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Wed, 18 Oct 2006 14:24:38 -0700
changeset 3462 2b3b703b3a2b
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Add --rev option to status

#!/bin/sh

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

hg showconfig