This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: only expose "getbundle" and "unbundle" to v1 transports
ClosedPublic

Authored by indygreg on Apr 9 2018, 2:58 PM.

Details

Summary

These are the most complicated wire protocol commands. I don't want
to deal with porting them just yet. Let's disable both of them on
version 2 transports so we drive the final wedge between command
handlers and start to evolve version 2 command handlers more.

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 9 2018, 2:58 PM
durin42 accepted this revision.Apr 9 2018, 6:28 PM
This revision is now accepted and ready to land.Apr 9 2018, 6:28 PM
indygreg updated this revision to Diff 7938.Apr 10 2018, 7:47 PM
This revision was automatically updated to reflect the committed changes.