tests/test-config-case
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sun, 31 Jan 2010 02:34:50 +0900
changeset 10303 35bcb3152e67
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
i18n-ja: synchronized with e7727a545c48

#!/bin/sh

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

hg showconfig Section