tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Wed, 13 Aug 2008 20:18:42 -0500
changeset 6896 40690d614ce6
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
store: take opener as an argument

#!/bin/sh

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

hg showconfig Section