eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html

changeset 7976
a8a20f558176
parent 7900
72b88fb20261
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html	Wed Jan 13 19:07:20 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html	Wed Jan 13 19:08:16 2021 +0100
@@ -270,29 +270,29 @@
 </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>
@@ -301,6 +301,12 @@
 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

eric ide

mercurial