D4923: wireprotov2: handle noop action

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Oct 10 10:49:24 EDT 2018


durin42 added inline comments.

INLINE COMMENTS

> wireprotov2peer.py:328
>              return
> +        elif action == 'noop':
> +            return

as a followup, maybe add an

else:

  raise error.ProgrammingError(...)

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4923

To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list