tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jun 2007 21:09:24 -0500
changeset 4554 9dbabb9d466c
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
dispatch: use the repo path found by early parsing This lets us simplify things a bit.

#!/bin/sh

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

hg showconfig Section