# HG changeset patch # User Pierre-Yves David # Date 2021-03-10 15:35:17 # Node ID ce42fe36d5819c038f702ffce3a09c2b4dcedbb5 # Parent 7f6c002d7c0ad34e7b4774c771e60525a9e84f4c tests: move a test about update in test-pull-update.t Differential Revision: https://phab.mercurial-scm.org/D10154 diff --git a/tests/test-pull-update.t b/tests/test-pull-update.t --- a/tests/test-pull-update.t +++ b/tests/test-pull-update.t @@ -246,3 +246,25 @@ match with the name of any existing book active-before-pull 3:483b76ad4309 $ cd .. + +Issue622: hg init && hg pull -u URL doesn't checkout default branch + + $ hg init test + $ cd test + $ echo foo>foo + $ hg addremove + adding foo + $ hg commit -m 1 + $ cd .. + + $ hg init empty + $ cd empty + $ hg pull -u ../test + pulling from ../test + requesting all changes + adding changesets + adding manifests + adding file changes + added 1 changesets with 1 changes to 1 files + new changesets 340e38bdcde4 + 1 files updated, 0 files merged, 0 files removed, 0 files unresolved diff --git a/tests/test-pull.t b/tests/test-pull.t --- a/tests/test-pull.t +++ b/tests/test-pull.t @@ -81,21 +81,6 @@ Test pull of working copy revision abort: unknown revision 'ffffffffffff' [255] -Issue622: hg init && hg pull -u URL doesn't checkout default branch - - $ cd .. - $ hg init empty - $ cd empty - $ hg pull -u ../test - pulling from ../test - requesting all changes - adding changesets - adding manifests - adding file changes - added 1 changesets with 1 changes to 1 files - new changesets 340e38bdcde4 - 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - Test 'file:' uri handling: $ hg pull -q file://../test-does-not-exist