# HG changeset patch # User Martin von Zweigbergk # Date 2018-07-30 21:37:36 # Node ID e971d6eb47708bc16f67c3c9a71f434797d2ba9a # Parent 87a581d1391c7f9ebb90f51563b3ef900b4515db 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 diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -438,7 +438,6 @@ class changectx(basectx): "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))