D10154: tests: move a test about update in test-pull-update.t
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Mar 11 16:52:13 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D10154
AFFECTED FILES
tests/test-pull-update.t
tests/test-pull.t
CHANGE DETAILS
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 @@
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
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 @@
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
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list