tests/test-config-case
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 12 Feb 2009 12:35:48 +0100
changeset 7753 e617f2e99e61
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
patch: no need to instantiate a match catch-all in diff()

#!/bin/sh

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

hg showconfig Section