tests/test-config-case
author Eric Hopper <hopper@omnifarious.org>
Sat, 09 Sep 2006 18:25:07 -0700
changeset 3448 6ca49c5fe268
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Stop erroring out pull -r and clone -r if repository isn't local.

#!/bin/sh

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

hg showconfig