tests/test-largefiles.t
changeset 17702 57fe5aca86af
parent 17679 60229b466e5a
parent 17696 b3f0f9a39c4e
child 17743 6047947afb6b
--- a/tests/test-largefiles.t	Tue Oct 02 14:31:14 2012 -0700
+++ b/tests/test-largefiles.t	Tue Oct 02 14:31:25 2012 -0700
@@ -1582,6 +1582,14 @@
   lf_subrepo_archive/subrepo/large.txt
   lf_subrepo_archive/subrepo/normal.txt
 
+Test archiving a revision that references a subrepo that is not yet
+cloned (see test-subrepo-recursion.t):
+
+  $ hg clone -U . ../empty
+  $ cd ../empty
+  $ hg archive --subrepos -r tip ../archive.tar.gz 2>&1 | "$TESTDIR/filtercr.py"
+  cloning subrepo subrepo from $TESTTMP/statusmatch/subrepo
+  
   $ cd ..
 
 Test that addremove picks up largefiles prior to the initial commit (issue3541)