tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 26 Jul 2007 12:02:58 -0500
changeset 5004 4b1acb3ecb3c
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
dirstate: localize a bunch of methods in status fastpath

#!/bin/sh

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

hg showconfig Section