view tests/test-config-case @ 4110:b53c6f7dbb1f

Don't keep trailing white space in cvs tags
author Edouard Gomez <ed.gomez@free.fr>
date Wed, 21 Feb 2007 00:38:06 +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