tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sat, 13 Jun 2009 18:01:46 -0500
changeset 8799 87d1fd40f57e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
repo: add internal support for sharing store directories set .hg/sharedpath to point to the .hg to share with

#!/bin/sh

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

hg showconfig Section