tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:32:18 +0200
changeset 5231 5c2ca6d6ab21
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
Make test-convert-git compatible with other git versions (tested with 1.4.4.3)

#!/bin/sh

mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"