view tests/test-hgrc @ 4846:40007fe82be9

Last change broke new-style URLs
author Brendan Cully <brendan@kublai.com>
date Fri, 06 Jul 2007 10:11:48 -0700
parents 7a7d4937272b
children e51c0f41f271
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:"