comparison 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
comparison
equal deleted inserted replaced
17701:f7b3518c9cb4 17702:57fe5aca86af
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