This is an archive of the discontinued Mercurial Phabricator instance.

wireprotoserver: make response handling attributes private
ClosedPublic

Authored by indygreg on Feb 1 2018, 6:11 PM.

Details

Summary

The send* methods are specific to sshserver and aren't part of the
common protocol interface. So rename them accordingly.

The handlers dict is also specific to sshserver and is related to
these methods. So give it the same treatment.

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