Show More
@@ -1842,6 +1842,9 b' def origin(repo, subset, x):' | |||
|
1842 | 1842 | def outgoing(repo, subset, x): |
|
1843 | 1843 | """Changesets not found in the specified destination repository, or the |
|
1844 | 1844 | default push location. |
|
1845 | ||
|
1846 | If the location resolve to multiple repositories, the union of all | |
|
1847 | outgoing changeset will be used. | |
|
1845 | 1848 | """ |
|
1846 | 1849 | # Avoid cycles. |
|
1847 | 1850 | from . import ( |
General Comments 0
You need to be logged in to leave comments.
Login now