tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 28 Jun 2007 16:18:09 +0200
changeset 4735 8d4fac0a9df7
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Make hg glog abort if unused arguments are given.

#!/bin/sh

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

hg showconfig Section