mercurial/context.py
changeset 38775 e971d6eb4770
parent 38761 d558e53cd6b6
child 38783 e7aa113b14f7
--- a/mercurial/context.py	Fri Jul 27 14:48:58 2018 -0700
+++ b/mercurial/context.py	Mon Jul 30 14:37:36 2018 -0700
@@ -438,7 +438,6 @@
                         "unsupported changeid '%s' of type %s" %
                         (changeid, type(changeid)))
 
-            # lookup failed
         except (error.FilteredIndexError, error.FilteredLookupError):
             raise error.FilteredRepoLookupError(_("filtered revision '%s'")
                                                 % pycompat.bytestr(changeid))