Mercurial > hg
changeset 38775:e971d6eb4770
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
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 30 Jul 2018 14:37:36 -0700 |
parents | 87a581d1391c |
children | 65ed2fcb9032 |
files | mercurial/context.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))