tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jun 2007 21:09:23 -0500
changeset 4541 3f4555babe74
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
localrepo: break out the repo-finding walk into its own function

#!/bin/sh

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

hg showconfig Section