Mercurial > hg
changeset 22561:1120b1e2f975
cmdserver: correct doc of channeledoutput
in_ is only used as the source of file attributes.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 27 Sep 2014 12:15:01 +0900 |
parents | 4109cc16279e |
children | 2d85e664c377 |
files | mercurial/commandserver.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commandserver.py Sat Sep 27 14:47:52 2014 -0500 +++ b/mercurial/commandserver.py Sat Sep 27 12:15:01 2014 +0900 @@ -23,7 +23,7 @@ class channeledoutput(object): """ - Write data from in_ to out in the following format: + Write data to out in the following format: data length (unsigned int), data