tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Dec 2006 15:37:10 +0100
changeset 3937 05c703c281ff
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
purge extension doesn't need "#!/usr/bin/env python". (from the Debian package: deb_specific__hgpurge.py.patch)

#!/bin/sh

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