This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: emit revisiondelta instances from deltagroup()
ClosedPublic

Authored by indygreg on Aug 9 2018, 4:52 PM.

Details

Summary

By abstracting the concept of a delta group away from its
serialization (the changegroup format), we make it easier
to establish alternate serialization formats. We also make
it possible to move aspects of delta group generation into
the storage layer. This will allow storage to make decisions
about e.g. delta parent choices without the changegroup code
needing storage APIs to determine delta parents. We're still
a bit of a way from there. Future commits will work towards
that world.

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

indygreg created this revision.Aug 9 2018, 4:52 PM
This revision was automatically updated to reflect the committed changes.