tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Tue, 22 Jul 2008 13:03:17 -0500
changeset 6825 177b3186f78a
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
dirstate.walk: unify match.dir logic

#!/bin/sh

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

hg showconfig Section