This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: only expose "hello" command to version 1 transports
ClosedPublic

Authored by indygreg on Apr 7 2018, 1:53 AM.

Details

Summary

This command is only ever used for the handshake in the SSH protocol.
We probably don't even need for it to be a proper command. Let's not
carry it forward to version 2 because I don't see a use for it there.

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 7 2018, 1:53 AM
yuja accepted this revision.Apr 9 2018, 10:58 AM
This revision is now accepted and ready to land.Apr 9 2018, 10:58 AM
This revision was automatically updated to reflect the committed changes.