view tests/test-config-case @ 10631:5247260cee6a

make expression shorter, now the line fits into 80 chars
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 10 Mar 2010 21:21:15 +0100
parents 85a69f4d1e80
children
line wrap: on
line source

#!/bin/sh

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

hg showconfig Section