This is an archive of the discontinued Mercurial Phabricator instance.

wireprotoserver: remove redirect() and restore() (API)
ClosedPublic

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

Details

Summary

These methods on the protocol handler interface are no longer used in
core.

.. api::

redirect() and restore() have been removed from the wire protocol
handler interface. Use mayberedirectstdio() instead.

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 5335.
indygreg updated this revision to Diff 5346.Feb 8 2018, 12:20 AM
durin42 accepted this revision.Feb 12 2018, 4:22 PM
This revision is now accepted and ready to land.Feb 12 2018, 4:22 PM
This revision was automatically updated to reflect the committed changes.