# HG changeset patch # User Pierre-Yves David # Date 2021-04-11 17:19:34 # Node ID ba673c821b9d107a14b33dea7de6d93fd549dafd # Parent 0470a44b9e7432eeb612f70fd898d47f6a734058 revset: document the `outgoing` behavior if the path resolve to multiple urls Differential Revision: https://phab.mercurial-scm.org/D10454 diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -1842,6 +1842,9 @@ def origin(repo, subset, x): 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 (