tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Sat, 21 Oct 2006 23:51:36 -0700
changeset 3482 46958e428fcd
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
zsh completion: basic mq support

#!/bin/sh

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

hg showconfig