tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Sun, 23 Sep 2007 18:24:19 +0200
changeset 5320 8409a2e3a78d
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
revlog: fix inlined revision transaction extra data (issue 749)

#!/bin/sh

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

hg showconfig Section