( )⚙ D7501 changectx: use unfiltered changelog to walk ancestors in annotate

This is an archive of the discontinued Mercurial Phabricator instance.

changectx: use unfiltered changelog to walk ancestors in annotate
ClosedPublic

Authored by marmoute on Nov 22 2019, 4:22 AM.

Details

Summary

Since we are only walking ancestors, it is safe to use an unfiltered repository.
(Because if the original rev is not filtered, none of its ancestors will be).

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.