tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Mon, 27 Aug 2007 22:17:51 +0200
changeset 5248 c0281c6b40b0
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
hghave: wrap command output matching

#!/bin/sh

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

hg showconfig Section