src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
254 button that was clicked (QAbstractButton) 254 button that was clicked (QAbstractButton)
255 </dd> 255 </dd>
256 </dl> 256 </dl>
257 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> 257 <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a>
258 <h4>HgDialog.startProcess</h4> 258 <h4>HgDialog.startProcess</h4>
259 <b>startProcess</b>(<i>args, showArgs=True, environment=None, client=None</i>) 259 <b>startProcess</b>(<i>args, showArgs=True, client=None</i>)
260 260
261 <p> 261 <p>
262 Public slot used to start the process. 262 Public slot used to start the process.
263 </p> 263 </p>
264 <dl> 264 <dl>
268 list of arguments for the process 268 list of arguments for the process
269 </dd> 269 </dd>
270 <dt><i>showArgs</i> (bool)</dt> 270 <dt><i>showArgs</i> (bool)</dt>
271 <dd> 271 <dd>
272 flag indicating to show the arguments 272 flag indicating to show the arguments
273 </dd>
274 <dt><i>environment</i> (dict)</dt>
275 <dd>
276 dictionary of environment settings to add
277 or change for the git process
278 </dd> 273 </dd>
279 <dt><i>client</i> (HgClient)</dt> 274 <dt><i>client</i> (HgClient)</dt>
280 <dd> 275 <dd>
281 reference to a non-standard command client 276 reference to a non-standard command client
282 </dd> 277 </dd>

eric ide

mercurial