view tests/test-hgrc @ 5167:4dfe4c21dd64

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 14 Aug 2007 21:36:08 +0200
parents 7a7d4937272b
children
line wrap: on
line source

#!/bin/sh

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