tests/test-config-case
author Ori Avtalion <ori@avtalion.name>
Sat, 15 May 2010 00:34:07 +0300
changeset 11180 4b02fc71bbba
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Fix hg heads -r flag documentation The command arguments are "[-ac] [-r STARTREV] [REV]..."

#!/bin/sh

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

hg showconfig Section