Mercurial > hg
diff tests/test-largefiles.t @ 17702:57fe5aca86af
Merge with crew-stable
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Tue, 02 Oct 2012 14:31:25 -0700 |
parents | 60229b466e5a b3f0f9a39c4e |
children | 6047947afb6b |
line wrap: on
line diff
--- 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)