diff -r 3d0ece7523c8 -r d0dbe5330177 hgext/histedit.py --- a/hgext/histedit.py Mon Aug 26 16:11:21 2013 +0900 +++ b/hgext/histedit.py Mon Aug 26 16:11:21 2013 +0900 @@ -419,10 +419,6 @@ if revs: revs = [repo.lookup(rev) for rev in revs] - # hexlify nodes from outgoing, because we're going to parse - # parent[0] using revsingle below, and if the binary hash - # contains special revset characters like ":" the revset - # parser can choke. outgoing = discovery.findcommonoutgoing(repo, other, revs, force=force) if not outgoing.missing: raise util.Abort(_('no outgoing ancestors'))