tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Mon, 02 Jul 2007 08:31:02 -0700
changeset 4769 03844af5ebcd
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: svn: skip revisions without file entries

#!/bin/sh

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

hg showconfig Section