tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 27 Sep 2007 23:59:02 -0500
changeset 5341 458acf92b49e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
bdiff: use INT_MAX to avoid some inner loop comparisons

#!/bin/sh

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

hg showconfig Section