tests/test-config-case
author Christian Ebert <blacktrash@gmx.net>
Fri, 24 Oct 2008 08:16:01 +0200
changeset 7240 dac14cc9711e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
test 261a9f47b44b: grep w/ match in last line w/o newline Last character in match output omitted to avoid infinite loop.

#!/bin/sh

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

hg showconfig Section