tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Mon, 30 Apr 2007 09:13:27 -0700
changeset 4393 cf5f35ec4720
parent 3425 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Fix rm -A with no patterns, which I just broke.

#!/bin/sh

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

hg showconfig