tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 23 Jun 2007 21:11:28 +0200
changeset 4689 54a2b94a372c
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
merge with main

#!/bin/sh

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