tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Fri, 19 Mar 2010 16:04:00 -0500
branchstable
changeset 10742 0e8403f4ce31
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Merge with i18n

#!/bin/sh

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

hg showconfig Section