revset: document the `outgoing` behavior if the path resolve to multiple urls
Differential Revision: https://phab.mercurial-scm.org/D10454
--- 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 (