This is an archive of the discontinued Mercurial Phabricator instance.

exchange: use command executor for getbundle
ClosedPublic

Authored by indygreg on Apr 13 2018, 3:14 PM.

Details

Summary

The code consuming the bundle has been moved to inside the
context manager, as that is supposed to be part of the API.
(Although it doesn't matter for version 1 peers.)

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