Submitter | phabricator |
---|---|
Date | Aug. 1, 2018, 5:14 p.m. |
Message ID | <6f5da9b8d4950e154370fd74233132c6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/33026/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -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))