diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -449,10 +449,6 @@ return except KeyError: pass - except error.FilteredRepoLookupError: - raise - except error.RepoLookupError: - pass self._node = repo.unfiltered().changelog._partialmatch(changeid) if self._node is not None: