tests/test-config-case
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 04 Oct 2007 23:21:37 -0300
changeset 5376 d60a067227a5
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: move filemapper class to a separate file

#!/bin/sh

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

hg showconfig Section