tests/test-config-case
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 19 Jun 2009 13:58:22 +0200
changeset 8833 14639c050251
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
mq: unify code for qdel -r and qfin

#!/bin/sh

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

hg showconfig Section