tests/test-config-case
author Mads Kiilerich <mads@kiilerich.com>
Sat, 20 Jun 2009 16:06:54 +0200
changeset 8867 ff817723280a
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
contrib/buildrpm: Support python 2.4 and 2.6

#!/bin/sh

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

hg showconfig Section