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

changeset 5283
06423d65a2b8
parent 3673
e26d7d0c1088
child 5651
982465f8389c
equal deleted inserted replaced
5282:898b0dda21e1 5283:06423d65a2b8
260 <b>on_sendButton_clicked</b>(<i></i>) 260 <b>on_sendButton_clicked</b>(<i></i>)
261 <p> 261 <p>
262 Private slot to send the input to the subversion process. 262 Private slot to send the input to the subversion process.
263 </p><a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> 263 </p><a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a>
264 <h4>HgDialog.startProcess</h4> 264 <h4>HgDialog.startProcess</h4>
265 <b>startProcess</b>(<i>args, workingDir=None, showArgs=True</i>) 265 <b>startProcess</b>(<i>args, workingDir=None, showArgs=True, environment={}</i>)
266 <p> 266 <p>
267 Public slot used to start the process. 267 Public slot used to start the process.
268 </p><dl> 268 </p><dl>
269 <dt><i>args</i></dt> 269 <dt><i>args</i></dt>
270 <dd> 270 <dd>
273 <dd> 273 <dd>
274 working directory for the process (string) 274 working directory for the process (string)
275 </dd><dt><i>showArgs=</i></dt> 275 </dd><dt><i>showArgs=</i></dt>
276 <dd> 276 <dd>
277 flag indicating to show the arguments (boolean) 277 flag indicating to show the arguments (boolean)
278 </dd><dt><i>environment=</i></dt>
279 <dd>
280 dictionary of environment settings to add
281 or change for the git process (dict of string and string)
278 </dd> 282 </dd>
279 </dl><dl> 283 </dl><dl>
280 <dt>Returns:</dt> 284 <dt>Returns:</dt>
281 <dd> 285 <dd>
282 flag indicating a successful start of the process 286 flag indicating a successful start of the process

eric ide

mercurial