tests/test-config-case
author Steve Borho <steve@borho.org>
Tue, 18 Sep 2007 19:53:01 -0500
changeset 5469 b12432b1c2c7
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Allow explicit disabling of extensions If the first character of an extension path is '!', the extension is silently skipped.

#!/bin/sh

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

hg showconfig Section