This is an archive of the discontinued Mercurial Phabricator instance.

context: stop catching and re-raising FilteredRepoLookupError
ClosedPublic

Authored by martinvonz on Sep 29 2018, 2:14 AM.

Details

Summary

FilteredRepoLookupError is only raised by changectx's constructor and
the higher-level scmutil.revsymbol(), so there's no need to catch it
in changectx's constructor.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.