Mercurial > public > mercurial-scm > hg
diff mercurial/help/internals/wireprotocol.txt @ 37129:aaabd709df72
wireproto: review fixups
Capture various TODOs and return an explicit value. This
represents feedback from Yuya and Augie on various commits.
Differential Revision: https://phab.mercurial-scm.org/D2944
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 26 Mar 2018 09:21:07 -0700 |
parents | 0a6c5cc09a88 |
children | 9bfcbe4f4745 |
line wrap: on
line diff
--- a/mercurial/help/internals/wireprotocol.txt Mon Mar 26 10:22:13 2018 -0700 +++ b/mercurial/help/internals/wireprotocol.txt Mon Mar 26 09:21:07 2018 -0700 @@ -711,6 +711,8 @@ * 0 or more UTF-8 strings that will be used as arguments to the formatting string. +TODO use ASCII for formatting string. + All data to be printed MUST be encoded into a single frame: this frame does not support spanning data across multiple frames.