tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 00:46:45 -0500
changeset 5444 a0952e4e52eb
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
mpatch: allow buffer objects for input

#!/bin/sh

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

hg showconfig Section