tests/test-hgrc
author Vadim Gelfer <vadim.gelfer@gmail.com>
Wed, 10 May 2006 11:10:18 -0700
changeset 2250 45aef5ddcdbe
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
windows: revlog.lazyparser not always safe to use. can not use on windows < nt or if win32 api not available.

#!/bin/sh

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