This is an archive of the discontinued Mercurial Phabricator instance.

repository: formalize interfaces for revision deltas and requests
ClosedPublic

Authored by indygreg on Aug 9 2018, 7:12 PM.

Details

Summary

Now that we've sufficiently abstracted how revision deltas are
produced in changegroup code, we can now start the process of
formalizing that as part of the interfaces defined in the
repository module.

This commit essentially converts the revisiondelta and
revisiondeltarequest classes into well-defined interfaces. This
is not strictly necessary. But I want all types formalized by the
storage interface to have interfaces. This makes it much easier
to test for interface conformance and for implementing new
storage backends.

Because the interface is documented, comments and docstrings from
changegroup.py have been dropped.

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.