This is an archive of the discontinued Mercurial Phabricator instance.

changectx: use unfiltered changelog to access parents of unfiltered revs
ClosedPublic

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

Details

Summary

If a revision is not filtered, we know that its parents are not either. So we
can take a shortcut. This shortcut avoid the computation of all filtered revs in
some cases.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped