view tests/test-hgrc @ 3590:231e61de692c

Check for at least having a final release of python 2.3.0 in setup.py Mercurial uses features that are not in 2.3a1.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 31 Oct 2006 10:50:16 +0100
parents 7d66ce9895fa
children 7a7d4937272b
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:"