tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sun, 24 May 2009 16:38:29 -0500
changeset 8614 573734e7e6d0
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
cmdutils: Take over glob expansion duties from util

#!/bin/sh

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

hg showconfig Section