tests/test-config-case
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 22 Oct 2008 13:14:52 +0200
changeset 7200 ca5ac40949dc
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
patch/diff: use a separate function to write the first line of a file diff

#!/bin/sh

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

hg showconfig Section