tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 17:47:04 -0500
changeset 5458 cd1a6e7216c5
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
mpatch: use int rather than ssize_t We might need to be more clever than this to make Py2.5 happy.

#!/bin/sh

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

hg showconfig Section