tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sat, 20 Mar 2010 10:01:56 -0500
changeset 10746 16b9aa398c28
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Merge with stable

#!/bin/sh

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

hg showconfig Section