This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: fix incorrect function name in docstring
ClosedPublic

Authored by sheehan on Oct 14 2018, 3:43 AM.

Details

Summary

The docstring for iwireprotocolcommandcacher references
an onoutputfinished method. The actual name of the function
is onfinished.

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

sheehan created this revision.Oct 14 2018, 3:43 AM
This revision was automatically updated to reflect the committed changes.