[Commented On] D10454: revset: document the `outgoing` behavior if the path resolve to multiple urls
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Thu Apr 29 17:49:08 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 27214.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10454?vs=27023&id=27214
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10454/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10454
AFFECTED FILES
mercurial/revset.py
CHANGE DETAILS
diff --git a/mercurial/revset.py b/mercurial/revset.py
--- a/mercurial/revset.py
+++ b/mercurial/revset.py
@@ -1842,6 +1842,9 @@
def outgoing(repo, subset, x):
"""Changesets not found in the specified destination repository, or the
default push location.
+
+ If the location resolve to multiple repositories, the union of all
+ outgoing changeset will be used.
"""
# Avoid cycles.
from . import (
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210429/50274296/attachment-0002.html>
More information about the Mercurial-patches
mailing list