equal
deleted
inserted
replaced
1840 |
1840 |
1841 @predicate(b'outgoing([path])', safe=False, weight=10) |
1841 @predicate(b'outgoing([path])', safe=False, weight=10) |
1842 def outgoing(repo, subset, x): |
1842 def outgoing(repo, subset, x): |
1843 """Changesets not found in the specified destination repository, or the |
1843 """Changesets not found in the specified destination repository, or the |
1844 default push location. |
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 # Avoid cycles. |
1849 # Avoid cycles. |
1847 from . import ( |
1850 from . import ( |
1848 discovery, |
1851 discovery, |
1849 hg, |
1852 hg, |