view tests/test-hgrc @ 5274:694eb9ccb54d

convert/subversion: Use util.set() instead of set() for python2.3 compatibility
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 31 Aug 2007 13:14:03 +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:"