diff -r 861e9d37e56e -r 2ec1fb9de638 mercurial/debugcommands.py --- a/mercurial/debugcommands.py Wed Mar 14 14:01:16 2018 -0700 +++ b/mercurial/debugcommands.py Wed Mar 14 16:51:34 2018 -0700 @@ -2765,12 +2765,14 @@ syntax. A frame is composed as a type, flags, and payload. These can be parsed - from a string of the form `` ``. That is, 3 - space-delimited strings. + from a string of the form `` ``. That is, + 4 space-delimited strings. ``payload`` is the simplest: it is evaluated as a Python byte string literal. + ``requestid`` is an integer defining the request identifier. + ``type`` can be an integer value for the frame type or the string name of the type. The strings are defined in ``wireprotoframing.py``. e.g. ``command-name``.