diff tests/test-convert @ 10885:9e4d120e3c32 stable

convert/subversion: fix default URL checker prototype
author Patrick Mezard <pmezard@gmail.com>
date Mon, 12 Apr 2010 21:19:53 +0200
parents c52057614c72
children
line wrap: on
line diff
--- a/tests/test-convert	Fri Apr 09 20:34:05 2010 +0200
+++ b/tests/test-convert	Mon Apr 12 21:19:53 2010 +0200
@@ -62,4 +62,7 @@
 echo % "contents of fncache file:"
 cat b/.hg/store/fncache
 
+echo '% test bogus URL'
+hg convert -q bzr+ssh://foobar@selenic.com/baz baz
+
 true