68 <table> |
68 <table> |
69 <tr> |
69 <tr> |
70 <td><a href="#Hg.__init__">Hg</a></td> |
70 <td><a href="#Hg.__init__">Hg</a></td> |
71 <td>Constructor</td> |
71 <td>Constructor</td> |
72 </tr><tr> |
72 </tr><tr> |
|
73 <td><a href="#Hg.__checkDefaults">__checkDefaults</a></td> |
|
74 <td>Private method to check, if the default and default-push URLs have been configured.</td> |
|
75 </tr><tr> |
73 <td><a href="#Hg.__getExtensionsInfo">__getExtensionsInfo</a></td> |
76 <td><a href="#Hg.__getExtensionsInfo">__getExtensionsInfo</a></td> |
74 <td>Private method to get the active extensions from Mercurial.</td> |
77 <td>Private method to get the active extensions from Mercurial.</td> |
75 </tr><tr> |
78 </tr><tr> |
76 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
79 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
77 <td>Private method to get a file for a specific revision from the repository.</td> |
80 <td>Private method to get a file for a specific revision from the repository.</td> |
88 <td><a href="#Hg.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
91 <td><a href="#Hg.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
89 <td>Private slot performing the second step of the commit action.</td> |
92 <td>Private slot performing the second step of the commit action.</td> |
90 </tr><tr> |
93 </tr><tr> |
91 <td><a href="#Hg._createStatusMonitorThread">_createStatusMonitorThread</a></td> |
94 <td><a href="#Hg._createStatusMonitorThread">_createStatusMonitorThread</a></td> |
92 <td>Protected method to create an instance of the VCS status monitor thread.</td> |
95 <td>Protected method to create an instance of the VCS status monitor thread.</td> |
|
96 </tr><tr> |
|
97 <td><a href="#Hg.canPull">canPull</a></td> |
|
98 <td>Public method to check, if pull is possible.</td> |
|
99 </tr><tr> |
|
100 <td><a href="#Hg.canPush">canPush</a></td> |
|
101 <td>Public method to check, if push is possible.</td> |
93 </tr><tr> |
102 </tr><tr> |
94 <td><a href="#Hg.clearStatusCache">clearStatusCache</a></td> |
103 <td><a href="#Hg.clearStatusCache">clearStatusCache</a></td> |
95 <td>Public method to clear the status cache.</td> |
104 <td>Public method to clear the status cache.</td> |
96 </tr><tr> |
105 </tr><tr> |
97 <td><a href="#Hg.getClient">getClient</a></td> |
106 <td><a href="#Hg.getClient">getClient</a></td> |
356 parent widget (QWidget) |
365 parent widget (QWidget) |
357 </dd><dt><i>name</i></dt> |
366 </dd><dt><i>name</i></dt> |
358 <dd> |
367 <dd> |
359 name of this object (string) |
368 name of this object (string) |
360 </dd> |
369 </dd> |
361 </dl><a NAME="Hg.__getExtensionsInfo" ID="Hg.__getExtensionsInfo"></a> |
370 </dl><a NAME="Hg.__checkDefaults" ID="Hg.__checkDefaults"></a> |
|
371 <h4>Hg.__checkDefaults</h4> |
|
372 <b>__checkDefaults</b>(<i></i>) |
|
373 <p> |
|
374 Private method to check, if the default and default-push URLs |
|
375 have been configured. |
|
376 </p><a NAME="Hg.__getExtensionsInfo" ID="Hg.__getExtensionsInfo"></a> |
362 <h4>Hg.__getExtensionsInfo</h4> |
377 <h4>Hg.__getExtensionsInfo</h4> |
363 <b>__getExtensionsInfo</b>(<i></i>) |
378 <b>__getExtensionsInfo</b>(<i></i>) |
364 <p> |
379 <p> |
365 Private method to get the active extensions from Mercurial. |
380 Private method to get the active extensions from Mercurial. |
366 </p><a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a> |
381 </p><a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a> |
440 </dd> |
455 </dd> |
441 </dl><dl> |
456 </dl><dl> |
442 <dt>Returns:</dt> |
457 <dt>Returns:</dt> |
443 <dd> |
458 <dd> |
444 reference to the monitor thread (QThread) |
459 reference to the monitor thread (QThread) |
|
460 </dd> |
|
461 </dl><a NAME="Hg.canPull" ID="Hg.canPull"></a> |
|
462 <h4>Hg.canPull</h4> |
|
463 <b>canPull</b>(<i></i>) |
|
464 <p> |
|
465 Public method to check, if pull is possible. |
|
466 </p><dl> |
|
467 <dt>Returns:</dt> |
|
468 <dd> |
|
469 flag indicating pull capability (boolean) |
|
470 </dd> |
|
471 </dl><a NAME="Hg.canPush" ID="Hg.canPush"></a> |
|
472 <h4>Hg.canPush</h4> |
|
473 <b>canPush</b>(<i></i>) |
|
474 <p> |
|
475 Public method to check, if push is possible. |
|
476 </p><dl> |
|
477 <dt>Returns:</dt> |
|
478 <dd> |
|
479 flag indicating push capability (boolean) |
445 </dd> |
480 </dd> |
446 </dl><a NAME="Hg.clearStatusCache" ID="Hg.clearStatusCache"></a> |
481 </dl><a NAME="Hg.clearStatusCache" ID="Hg.clearStatusCache"></a> |
447 <h4>Hg.clearStatusCache</h4> |
482 <h4>Hg.clearStatusCache</h4> |
448 <b>clearStatusCache</b>(<i></i>) |
483 <b>clearStatusCache</b>(<i></i>) |
449 <p> |
484 <p> |