tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 23 Jun 2007 20:21:10 +0200
changeset 4684 849f011dbf79
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Remember path to 'hg' executable and pass to external tools and hooks as $HG.

#!/bin/sh

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

hg showconfig Section