D11056: test-bookmark: clarify the path involved in a pull creating divergence
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Sat Jul 10 01:00:34 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This make the test easier to follow. Especially because this part is currently
failing on windows.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11056
AFFECTED FILES
tests/test-bookmarks.t
CHANGE DETAILS
diff --git a/tests/test-bookmarks.t b/tests/test-bookmarks.t
--- a/tests/test-bookmarks.t
+++ b/tests/test-bookmarks.t
@@ -1011,6 +1011,10 @@
$ hg -R ../cloned-bookmarks-update bookmarks | grep ' Y '
* Y 3:125c9a1d6df6
+ $ hg -R ../cloned-bookmarks-update path
+ default = $TESTTMP/repo
+ $ pwd
+ $TESTTMP/repo
$ hg -R ../cloned-bookmarks-update pull . --update
pulling from .
searching for changes
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list