tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 08 Mar 2006 00:27:23 +0100
changeset 1853 5ac811b720de
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Fix some problems when working on broken repositories: Fix tracebacks in hg verify for certain repo errors. Print compression type byte encoded safely.

#!/bin/sh

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