diff mercurial/help/internals/wireprotocol.txt @ 37724:deff7cf7eefd

wireprotov2: change frame type and name for command response There was hole at frame type value 3. And the frame is better named as a command response. Differential Revision: https://phab.mercurial-scm.org/D3384
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 14 Apr 2018 14:37:23 -0700
parents e8fba6d578f0
children 3ea8323d6f95
line wrap: on
line diff
--- a/mercurial/help/internals/wireprotocol.txt	Sat Apr 14 12:11:24 2018 -0700
+++ b/mercurial/help/internals/wireprotocol.txt	Sat Apr 14 14:37:23 2018 -0700
@@ -668,8 +668,8 @@
    server. The command has been fully issued and no new data for this
    command will be sent. The next frame will belong to a new command.
 
-Response Data (``0x04``)
-------------------------
+Command Response Data (``0x03``)
+--------------------------------
 
 This frame contains response data to an issued command.