This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: expose repository formats via capabilities
ClosedPublic

Authored by indygreg on Apr 13 2018, 5:36 PM.

Details

Summary

Servers need to expose their set of repository storage requirements
in order to facilitate streaming clones (clients need to know
if they are capable of reading the raw storage files that the
server exposes).

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.Apr 13 2018, 5:36 PM
durin42 accepted this revision.Apr 13 2018, 6:07 PM
This revision is now accepted and ready to land.Apr 13 2018, 6:07 PM
This revision was automatically updated to reflect the committed changes.