--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Mon Feb 01 10:38:16 2021 +0100 @@ -174,7 +174,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing data entered by the user and a flag indicating a password input @@ -222,7 +222,7 @@ Public method to check, if the last action contained an add or delete. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of an add or delete (boolean) </dd> @@ -235,7 +235,7 @@ Public method to check for a normal process termination. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -249,7 +249,7 @@ error messages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -270,37 +270,43 @@ </dl> <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> <h4>HgDialog.startProcess</h4> -<b>startProcess</b>(<i>args, workingDir=None, showArgs=True, environment=None</i>) +<b>startProcess</b>(<i>args, showArgs=True, environment=None, client=None</i>) <p> Public slot used to start the process. </p> <dl> -<dt><i>args</i></dt> -<dd> -list of arguments for the process (list of strings) -</dd> -<dt><i>workingDir=</i></dt> +<dt><i>args</i> (list of str)</dt> <dd> -working directory for the process (string) +list of arguments for the process </dd> -<dt><i>showArgs=</i></dt> +<dt><i>showArgs</i> (bool)</dt> <dd> -flag indicating to show the arguments (boolean) +flag indicating to show the arguments </dd> -<dt><i>environment=</i></dt> +<dt><i>environment</i> (dict)</dt> <dd> dictionary of environment settings to add - or change for the git process (dict of string and string) + or change for the git process +</dd> +<dt><i>client</i> (HgClient)</dt> +<dd> +reference to a non-standard command client </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file