# HG changeset patch # User Yuya Nishihara # Date 2014-09-27 03:15:01 # Node ID 1120b1e2f975088930ce520911b2e07c89820fd4 # Parent 4109cc16279ef0e04dc70e7f4c9ab7415e6a22d3 cmdserver: correct doc of channeledoutput in_ is only used as the source of file attributes. diff --git a/mercurial/commandserver.py b/mercurial/commandserver.py --- a/mercurial/commandserver.py +++ b/mercurial/commandserver.py @@ -23,7 +23,7 @@ def log(*args): 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