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

changeset 7976
a8a20f558176
parent 7900
72b88fb20261
child 7989
a21d673a8f99
equal deleted inserted replaced
7975:7d493839a8fc 7976:a8a20f558176
268 button that was clicked (QAbstractButton) 268 button that was clicked (QAbstractButton)
269 </dd> 269 </dd>
270 </dl> 270 </dl>
271 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> 271 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a>
272 <h4>HgDialog.startProcess</h4> 272 <h4>HgDialog.startProcess</h4>
273 <b>startProcess</b>(<i>args, workingDir=None, showArgs=True, environment=None</i>) 273 <b>startProcess</b>(<i>args, showArgs=True, environment=None, client=None</i>)
274 274
275 <p> 275 <p>
276 Public slot used to start the process. 276 Public slot used to start the process.
277 </p> 277 </p>
278 <dl> 278 <dl>
279 279
280 <dt><i>args</i></dt> 280 <dt><i>args</i> (list of str)</dt>
281 <dd> 281 <dd>
282 list of arguments for the process (list of strings) 282 list of arguments for the process
283 </dd> 283 </dd>
284 <dt><i>workingDir</i></dt> 284 <dt><i>showArgs</i> (bool)</dt>
285 <dd> 285 <dd>
286 working directory for the process (string) 286 flag indicating to show the arguments
287 </dd> 287 </dd>
288 <dt><i>showArgs</i></dt> 288 <dt><i>environment</i> (dict)</dt>
289 <dd>
290 flag indicating to show the arguments (boolean)
291 </dd>
292 <dt><i>environment</i></dt>
293 <dd> 289 <dd>
294 dictionary of environment settings to add 290 dictionary of environment settings to add
295 or change for the git process (dict of string and string) 291 or change for the git process
292 </dd>
293 <dt><i>client</i> (HgClient)</dt>
294 <dd>
295 reference to a non-standard command client
296 </dd> 296 </dd>
297 </dl> 297 </dl>
298 <dl> 298 <dl>
299 <dt>Returns:</dt> 299 <dt>Returns:</dt>
300 <dd> 300 <dd>
301 flag indicating a successful start of the process 301 flag indicating a successful start of the process
302 </dd>
303 </dl>
304 <dl>
305 <dt>Return Type:</dt>
306 <dd>
307 bool
302 </dd> 308 </dd>
303 </dl> 309 </dl>
304 <div align="right"><a href="#top">Up</a></div> 310 <div align="right"><a href="#top">Up</a></div>
305 <hr /> 311 <hr />
306 </body></html> 312 </body></html>

eric ide

mercurial