Show More
@@ -419,10 +419,6 b' def findoutgoing(ui, repo, remote=None, ' | |||||
419 | if revs: |
|
419 | if revs: | |
420 | revs = [repo.lookup(rev) for rev in revs] |
|
420 | revs = [repo.lookup(rev) for rev in revs] | |
421 |
|
421 | |||
422 | # hexlify nodes from outgoing, because we're going to parse |
|
|||
423 | # parent[0] using revsingle below, and if the binary hash |
|
|||
424 | # contains special revset characters like ":" the revset |
|
|||
425 | # parser can choke. |
|
|||
426 | outgoing = discovery.findcommonoutgoing(repo, other, revs, force=force) |
|
422 | outgoing = discovery.findcommonoutgoing(repo, other, revs, force=force) | |
427 | if not outgoing.missing: |
|
423 | if not outgoing.missing: | |
428 | raise util.Abort(_('no outgoing ancestors')) |
|
424 | raise util.Abort(_('no outgoing ancestors')) |
General Comments 0
You need to be logged in to leave comments.
Login now