( )⚙ D1988 wireprotoserver: make some instance attributes private

This is an archive of the discontinued Mercurial Phabricator instance.

wireprotoserver: make some instance attributes private
ClosedPublic

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

Details

Summary

sshserver attempts to conform to a well-defined interface. The instance
attributes changed as part of this commit don't appear to be part of
that interface. So prefix them with _ to mark them as private.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

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.