tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 13 Mar 2006 13:19:23 +0100
changeset 1936 8393baa0858c
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Make test-remove portable for strange strftime implementations (second try). I forgot to replace the date output for 'hg log -p', too.

#!/bin/sh

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