mercurial/help/internals/wireprotocol.txt
changeset 37723 e8fba6d578f0
parent 37722 89a16704114c
child 37724 deff7cf7eefd
--- a/mercurial/help/internals/wireprotocol.txt	Sat Apr 14 12:07:31 2018 -0700
+++ b/mercurial/help/internals/wireprotocol.txt	Sat Apr 14 12:11:24 2018 -0700
@@ -638,10 +638,10 @@
 ``0x01`` or ``0x02`` MUST be set to indicate this frame's role in
 a series of command request frames.
 
-If command data frames are to be sent, ``0x10`` MUST be set on ALL
+If command data frames are to be sent, ``0x08`` MUST be set on ALL
 command request frames.
 
-Command Data (``0x03``)
+Command Data (``0x02``)
 -----------------------
 
 This frame contains raw data for a command.