view tests/test-config-case @ 6868:93b03f1be289

convert: Fix debugging output when running multiple commands with xargs.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 08 Aug 2008 18:37:50 +0200
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