Skip to content
Snippets Groups Projects
Commit 27527d8c authored by Gregory Szorc's avatar Gregory Szorc
Browse files

wireproto: mark SSHv2 as a version 1 transport

The version component is used for filtering/routing wire protocol
commands to their proper handler. The actual version 2 of the wire
protocol commands will use a different encoding of responses. We
already have tests using the version 2 SSH transport and version 2
of the wire protocol commands won't be implemented atomically.

This commit marks the SSHv2 transport as version 1 so it will
still invoke the version 1 commands. Once the commands are all
implemented in version 2, we can restore its proper behavior.

Some tests had to be disabled as a result of this change.

Differential Revision: https://phab.mercurial-scm.org/D2981
parent d5d665f6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment