tests/test-largefiles.t
changeset 18554 1516d5624a29
parent 18547 2e3ec9e6ee6e
parent 18553 b6b9475c563a
child 18557 945ba91c5e16
--- a/tests/test-largefiles.t	Sat Feb 02 16:15:22 2013 -0600
+++ b/tests/test-largefiles.t	Mon Feb 04 16:39:02 2013 -0600
@@ -831,6 +831,8 @@
   commit: (clean)
   update: 8 new changesets (update)
 
+Show computed destination directory:
+
   $ mkdir xyz
   $ cd xyz
   $ hg clone ../a
@@ -841,6 +843,12 @@
   5 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd ..
 
+Clone URL without path:
+
+  $ hg clone file://
+  abort: repository / not found!
+  [255]
+
 Ensure base clone command argument validation
 
   $ hg clone -U -u 0 a a-clone-failure