# HG changeset patch # User Yuya Nishihara # Date 1411787701 -32400 # Node ID 1120b1e2f975088930ce520911b2e07c89820fd4 # Parent 4109cc16279ef0e04dc70e7f4c9ab7415e6a22d3 cmdserver: correct doc of channeledoutput in_ is only used as the source of file attributes. diff -r 4109cc16279e -r 1120b1e2f975 mercurial/commandserver.py --- 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