changeset 47275:ba673c821b9d

revset: document the `outgoing` behavior if the path resolve to multiple urls Differential Revision: https://phab.mercurial-scm.org/D10454
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 11 Apr 2021 19:19:34 +0200
parents 0470a44b9e74
children 9cc9b4a25248
files mercurial/revset.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revset.py	Fri Apr 16 00:19:04 2021 +0200
+++ b/mercurial/revset.py	Sun Apr 11 19:19:34 2021 +0200
@@ -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 (