view tests/test-hgrc @ 6851:6ec941b6003d

Fix subversion tests with svn 1.5
author Patrick Mezard <pmezard@gmail.com>
date Wed, 30 Jul 2008 22:26:41 +0200
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:"