view tests/test-config-case @ 3790:f183c18568df

localrepo: change aftertrans to be independant of the store path
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 05 Dec 2006 11:28:21 +0100
parents ec6f400cff4d
children 85a69f4d1e80
line wrap: on
line source

#!/bin/sh

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

hg showconfig