changeset 47275 | ba673c821b9d |
parent 47041 | a407fe56d6e8 |
child 47437 | 7a430116f639 |
--- 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 (