( )⚙ D11268 issue6528: implement _is_revision_affected_fast using callback

This is an archive of the discontinued Mercurial Phabricator instance.

issue6528: implement _is_revision_affected_fast using callback
ClosedPublic

Authored by marmoute on Aug 7 2021, 10:07 AM.

Details

Summary

The delta comming from a bundle/stream does not exists in the revlog yet, so we
will need other way to retrieve the same information.

To prepare for this we split the function to use callbacks in the core logic.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Aug 7 2021, 10:07 AM
baymax updated this revision to Diff 29859.Aug 8 2021, 5:22 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)
⚠ This patch is intended for stable ⚠

pulkit accepted this revision.Aug 10 2021, 8:18 AM
This revision is now accepted and ready to land.Aug 10 2021, 8:18 AM