tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:14 -0500
changeset 5423 e5f238a8b0d2
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
osutil: more cleanups - eliminate a level of nesting - untab targets of gotos

#!/bin/sh

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

hg showconfig Section