diff -r 1950fe1a32c4 -r da305d172769 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sat Mar 11 19:18:57 2017 +0100 @@ -258,7 +258,7 @@ </dd> </dl><a NAME="HgClient.runcommand" ID="HgClient.runcommand"></a> <h4>HgClient.runcommand</h4> -<b>runcommand</b>(<i>args, prompt=None, input=None, output=None, error=None</i>) +<b>runcommand</b>(<i>args, prompt=None, inputData=None, output=None, error=None</i>) <p> Public method to execute a command via the command server. </p><dl> @@ -270,10 +270,10 @@ function to reply to prompts by the server. It receives the max number of bytes to return and the contents of the output channel received so far. -</dd><dt><i>input=</i></dt> +</dd><dt><i>inputData=</i></dt> <dd> -function to reply to bulk data requests by the server. - It receives the max number of bytes to return. +function to reply to bulk data requests by the + server. It receives the max number of bytes to return. </dd><dt><i>output=</i></dt> <dd> function receiving the data from the server (string).