This is an archive of the discontinued Mercurial Phabricator instance.

deltas: at a `target_rev` parameter to finddeltainfo
ClosedPublic

Authored by marmoute on Jun 20 2021, 5:22 PM.

Details

Summary

Otherwise, recomputing a delta for a revision might result in a delta against a
later revision or a full snapshot thinking we are appending a new revision.

We will make use of this during censoring (and later, stripping).

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.

Event Timeline

marmoute created this revision.Jun 20 2021, 5:22 PM
Alphare accepted this revision.Jun 21 2021, 5:00 AM
This revision is now accepted and ready to land.Jun 21 2021, 5:00 AM
marmoute updated this revision to Diff 28646.Jun 21 2021, 9:10 AM
This revision was automatically updated to reflect the committed changes.