tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sat, 21 Aug 2010 10:44:57 -0500
branchstable
changeset 12009 b20211b307b3
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
tests: fix up bisect test output

#!/bin/sh

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

hg showconfig Section