( )⚙ D3259 wireproto: move version 1 peer functionality to standalone module (API)

This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: move version 1 peer functionality to standalone module (API)
ClosedPublic

Authored by indygreg on Apr 11 2018, 7:42 PM.

Details

Summary

wireproto.py contains code for both the client and the server. There
*should* be a somewhat strong separation between the two.

This commit extracts the client-side code from wireproto.py into a new
module - wireprotov1peer.

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