tests/test-config-case
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 28 Nov 2007 11:54:39 -0600
changeset 5564 b4af2dd9868a
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
hgweb: account for Python 2.4 in one test

#!/bin/sh

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

hg showconfig Section