view tests/test-config-case @ 5746:d3ef7e86bc3b

patchbomb: break lines > 80 chars (coding style)
author Christian Ebert <blacktrash@gmx.net>
date Tue, 18 Dec 2007 22:50:27 +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