tests/test-config-case
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 06 Sep 2007 10:52:54 -0700
changeset 5285 3ef190234b55
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
record: change wording of initial per-file prompt

#!/bin/sh

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

hg showconfig Section