The mechanism by which SSH peers establish connections with remotes
is wonky and requires a bit of code archeology to understand. While
it is already documented in hg help internals.wireproto, it helps
to have documentation in the code as well.
Details
Details
- Reviewers
lothiraldan yuja - Group Reviewers
hg-reviewers - Commits
- rHGa622a927fe03: sshpeer: document the handshake mechanism
Diff Detail
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.