comparison tests/test-largefiles.t @ 17695:75f25bd4c7d4 stable

largefiles: download missing subrepo revs when archiving This is something plain hgsubrepos already do. Previously, an abort message complained about an unknown revision.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 23 Sep 2012 00:08:13 -0400
parents ae57920ac188
children b3f0f9a39c4e
comparison
equal deleted inserted replaced
17684:e4ed5638bc55 17695:75f25bd4c7d4
1580 lf_subrepo_archive/a/b/c/x/y.normal.txt 1580 lf_subrepo_archive/a/b/c/x/y.normal.txt
1581 lf_subrepo_archive/subrepo 1581 lf_subrepo_archive/subrepo
1582 lf_subrepo_archive/subrepo/large.txt 1582 lf_subrepo_archive/subrepo/large.txt
1583 lf_subrepo_archive/subrepo/normal.txt 1583 lf_subrepo_archive/subrepo/normal.txt
1584 1584
1585 Test archiving a revision that references a subrepo that is not yet
1586 cloned (see test-subrepo-recursion.t):
1587
1588 $ hg clone -U . ../empty
1589 $ cd ../empty
1590 $ hg archive --subrepos -r tip ../archive.tar.gz 2>&1 | "$TESTDIR/filtercr.py"
1591 cloning subrepo subrepo from $TESTTMP/statusmatch/subrepo
1592
1585 $ cd .. 1593 $ cd ..
1586 1594
1587 Test that addremove picks up largefiles prior to the initial commit (issue3541) 1595 Test that addremove picks up largefiles prior to the initial commit (issue3541)
1588 1596
1589 $ hg init addrm2 1597 $ hg init addrm2