tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Wed, 20 Jun 2007 19:20:37 -0700
changeset 4653 ca023b63ba1f
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
archive: test md5 consistency

#!/bin/sh

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

hg showconfig Section