Mercurial > hg
diff tests/test-convert-svn-branches @ 9587:d80a251baf9a
convert/svn: better error when hg cannot call itself (issue1838)
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 15 Oct 2009 23:15:30 +0200 |
parents | 9c75f16f577c |
children | bb5ea66789e3 |
line wrap: on
line diff
--- a/tests/test-convert-svn-branches Thu Oct 15 23:15:30 2009 +0200 +++ b/tests/test-convert-svn-branches Thu Oct 15 23:15:30 2009 +0200 @@ -28,3 +28,7 @@ hg branches | sed 's/:.*/:/' hg tags -q cd .. + +echo '% test hg failing to call itself' +HG=foobar hg convert svn-repo B-hg 2>&1 | grep -v foobar +