tests/test-lfconvert.t
branchstable
changeset 15340 0e58513cc59a
parent 15339 be1377d19018
child 15341 7ef13e53434e
--- a/tests/test-lfconvert.t	Sat Oct 22 14:17:19 2011 -0400
+++ b/tests/test-lfconvert.t	Sat Oct 22 14:20:17 2011 -0400
@@ -45,6 +45,12 @@
   $ cd ..
 
 "lfconvert" error cases
+  $ hg lfconvert http://localhost/foo foo
+  abort: http://localhost/foo is not a local Mercurial repo
+  [255]
+  $ hg lfconvert foo ssh://localhost/foo
+  abort: ssh://localhost/foo is not a local Mercurial repo
+  [255]
   $ hg lfconvert nosuchrepo foo
   abort: repository nosuchrepo not found!
   [255]