This is an archive of the discontinued Mercurial Phabricator instance.

wireprotov2: handle noop action
ClosedPublic

Authored by indygreg on Oct 8 2018, 8:29 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHGcfeba1aafb9d: wireprotov2: handle noop action
Summary

This action can be returned from the client reactor. We should
handle it.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Oct 8 2018, 8:29 PM
durin42 added inline comments.
mercurial/wireprotov2peer.py
328

as a followup, maybe add an

else:

raise error.ProgrammingError(...)
This revision was automatically updated to reflect the committed changes.