tests/test-config-case
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 18 Oct 2006 22:24:03 +0200
changeset 3461 8b55c0ba8048
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
makes username mandatory

#!/bin/sh

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

hg showconfig