view tests/test-hgrc @ 5103:462cc56d898f

convert: raise correct type of exception if svn converter can't handle rev
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 06 Aug 2007 14:16:02 -0700
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:"