This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: stop aliasing wire protocol types (API)
ClosedPublic

Authored by indygreg on Mar 30 2018, 4:32 PM.

Details

Summary

We generally shy away from aliasing module symbols. I think I
was keeping this around for API compatibility. We've already made
tons of other API breaks in the wire protocol code this release.
What's one more?

.. api::

``wireproto`` module no longer re-exports various types used to
define responses to wire protocol commands. Access these types
from the ``wireprototypes`` module.

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.Mar 30 2018, 4:32 PM
durin42 accepted this revision.Apr 3 2018, 11:45 AM
This revision is now accepted and ready to land.Apr 3 2018, 11:45 AM
This revision was automatically updated to reflect the committed changes.