Show More
@@ -419,10 +419,6 def findoutgoing(ui, repo, remote=None, | |||
|
419 | 419 | if revs: |
|
420 | 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 | 422 | outgoing = discovery.findcommonoutgoing(repo, other, revs, force=force) |
|
427 | 423 | if not outgoing.missing: |
|
428 | 424 | raise util.Abort(_('no outgoing ancestors')) |
General Comments 0
You need to be logged in to leave comments.
Login now