tests/test-config-case
author Emanuele Aina <faina.mail@tiscali.it>
Tue, 06 Mar 2007 17:45:43 -0300
changeset 4149 e59286f15189
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Use "f in dirstate" instead of "dirstate.state(f) == '?'"

#!/bin/sh

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

hg showconfig