This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelogserver: remove pack-serving functionality
ClosedPublic

Authored by durin42 on Oct 16 2018, 3:18 PM.

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

durin42 created this revision.Oct 16 2018, 3:18 PM
indygreg accepted this revision.Oct 17 2018, 3:00 AM
indygreg added a subscriber: indygreg.

The optics to removing this are a bit bad because efficient pack transfer can lead to significant performance gains. While I think the use of packs in Mercurial for exchange will occur at some time, the path to stabilization in core is not clear and will almost certainly see a BC break from this code. I'm fine removing this functionality from RFL for now. We can always add something similar later.

This revision is now accepted and ready to land.Oct 17 2018, 3:00 AM
This revision was automatically updated to reflect the committed changes.