tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Thu, 29 Apr 2010 18:25:45 -0500
changeset 11038 323557524006
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
run-tests: add -l short option for --local

#!/bin/sh

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

hg showconfig Section