7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
172 <dd> | 172 <dd> |
173 message sent by the server | 173 message sent by the server |
174 </dd> | 174 </dd> |
175 </dl> | 175 </dl> |
176 <dl> | 176 <dl> |
177 <dt>Returns:</dt> | 177 <dt>Return:</dt> |
178 <dd> | 178 <dd> |
179 tuple containing data entered by the user and | 179 tuple containing data entered by the user and |
180 a flag indicating a password input | 180 a flag indicating a password input |
181 </dd> | 181 </dd> |
182 </dl> | 182 </dl> |
220 | 220 |
221 <p> | 221 <p> |
222 Public method to check, if the last action contained an add or delete. | 222 Public method to check, if the last action contained an add or delete. |
223 </p> | 223 </p> |
224 <dl> | 224 <dl> |
225 <dt>Returns:</dt> | 225 <dt>Return:</dt> |
226 <dd> | 226 <dd> |
227 flag indicating the presence of an add or delete (boolean) | 227 flag indicating the presence of an add or delete (boolean) |
228 </dd> | 228 </dd> |
229 </dl> | 229 </dl> |
230 <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a> | 230 <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a> |
233 | 233 |
234 <p> | 234 <p> |
235 Public method to check for a normal process termination. | 235 Public method to check for a normal process termination. |
236 </p> | 236 </p> |
237 <dl> | 237 <dl> |
238 <dt>Returns:</dt> | 238 <dt>Return:</dt> |
239 <dd> | 239 <dd> |
240 flag indicating normal process termination (boolean) | 240 flag indicating normal process termination (boolean) |
241 </dd> | 241 </dd> |
242 </dl> | 242 </dl> |
243 <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a> | 243 <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a> |
247 <p> | 247 <p> |
248 Public method to check for a normal process termination without | 248 Public method to check for a normal process termination without |
249 error messages. | 249 error messages. |
250 </p> | 250 </p> |
251 <dl> | 251 <dl> |
252 <dt>Returns:</dt> | 252 <dt>Return:</dt> |
253 <dd> | 253 <dd> |
254 flag indicating normal process termination (boolean) | 254 flag indicating normal process termination (boolean) |
255 </dd> | 255 </dd> |
256 </dl> | 256 </dl> |
257 <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a> | 257 <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a> |
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 |
296 </dd> | 292 </dd> |
297 </dl> | 293 <dt><i>client</i> (HgClient)</dt> |
298 <dl> | 294 <dd> |
299 <dt>Returns:</dt> | 295 reference to a non-standard command client |
296 </dd> | |
297 </dl> | |
298 <dl> | |
299 <dt>Return:</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> |