tests/test-config-case
author Eric Hopper <hopper@omnifarious.org>
Tue, 19 Jun 2007 08:37:41 -0700
changeset 4647 7c80e3e6f030
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Provide a version independent way to use the set datatype.

#!/bin/sh

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

hg showconfig Section