tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 21 Jun 2007 11:54:16 -0500
changeset 4667 c7a81e3ae80f
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
identify: work with remote repos

#!/bin/sh

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

hg showconfig Section