tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Mon, 31 Dec 2007 18:20:33 -0600
changeset 5769 49809f4a38d8
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
bisect: calculate candidate set while finding children

#!/bin/sh

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

hg showconfig Section