This is an archive of the discontinued Mercurial Phabricator instance.

wireprotoserver: rename _client to client (API)
ClosedPublic

Authored by indygreg on Feb 7 2018, 7:26 PM.

Details

Summary

This method is called in wireproto.py. It should be part of the public
API/interface.

.. api::

The ``_client()`` method of the wire protocol handler interface has
been renamed to ``client()``.

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 7 2018, 7:26 PM
indygreg edited the summary of this revision. (Show Details)Feb 7 2018, 11:32 PM
indygreg updated this revision to Diff 5336.
indygreg updated this revision to Diff 5347.Feb 8 2018, 12:20 AM
durin42 accepted this revision.Feb 12 2018, 4:23 PM
This revision is now accepted and ready to land.Feb 12 2018, 4:23 PM
This revision was automatically updated to reflect the committed changes.