context: delete an obsolete comment
authorMartin von Zweigbergk <martinvonz@google.com>
Mon, 30 Jul 2018 14:37:36 -0700
changeset 38775 e971d6eb4770
parent 38774 87a581d1391c
child 38776 65ed2fcb9032
context: delete an obsolete comment Obsolete since 91618801d5c3 (context: raise ProgrammingError on repo['my-tag'], 2018-07-06). Differential Revision: https://phab.mercurial-scm.org/D4002
mercurial/context.py
--- 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))