tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Thu, 05 Jul 2007 12:24:26 -0700
changeset 4811 a5209b0487e0
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: export revmap to source. Sources may be able to use it to optimise their own log fetching

#!/bin/sh

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

hg showconfig Section