tests/test-config-case
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 19 Jul 2007 15:13:48 -0700
changeset 4947 3e25a6eb5c9a
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
lock.py: cache hostname, but not pid, in case we fork

#!/bin/sh

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

hg showconfig Section