tests/test-config-case
author Jason Harris <jason@jasonfharris.com>
Sat, 03 Jul 2010 05:24:16 +0200
changeset 11655 6faf015e0ba0
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
templates: 'children' keyword The template keyword 'parents' is already present and this just provides the complimentary template keyword.

#!/bin/sh

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

hg showconfig Section