hgext/histedit.py
changeset 19623 d0dbe5330177
parent 19622 3d0ece7523c8
child 19821 baab785e3ecf
--- 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'))