85 <td>Public method used to set the tag in the Mercurial repository.</td> |
85 <td>Public method used to set the tag in the Mercurial repository.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#Hg.hgCopy">hgCopy</a></td> |
87 <td><a href="#Hg.hgCopy">hgCopy</a></td> |
88 <td>Public method used to copy a file/directory.</td> |
88 <td>Public method used to copy a file/directory.</td> |
89 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#Hg.hgEditConfig">hgEditConfig</a></td> |
|
91 <td>Public method used to edit the repository config file.</td> |
|
92 </tr><tr> |
90 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
93 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
91 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
94 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
92 </tr><tr> |
95 </tr><tr> |
93 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
96 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
94 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
97 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
115 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
118 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
116 </tr><tr> |
119 </tr><tr> |
117 <td><a href="#Hg.hgPush">hgPush</a></td> |
120 <td><a href="#Hg.hgPush">hgPush</a></td> |
118 <td>Public method used to push changes to a remote Mercurial repository.</td> |
121 <td>Public method used to push changes to a remote Mercurial repository.</td> |
119 </tr><tr> |
122 </tr><tr> |
|
123 <td><a href="#Hg.hgRecover">hgRecover</a></td> |
|
124 <td>Public method to recover an interrupted transaction.</td> |
|
125 </tr><tr> |
120 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
126 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
121 <td>Public method used to resolve conflicts of a file/directory.</td> |
127 <td>Public method used to resolve conflicts of a file/directory.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> |
|
130 <td>Public method to show the combined config.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> |
|
133 <td>Public method to show the path aliases for remote repositories.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#Hg.hgVerify">hgVerify</a></td> |
|
136 <td>Public method to verify the integrity of the repository.</td> |
122 </tr><tr> |
137 </tr><tr> |
123 <td><a href="#Hg.vcsAdd">vcsAdd</a></td> |
138 <td><a href="#Hg.vcsAdd">vcsAdd</a></td> |
124 <td>Public method used to add a file/directory to the Mercurial repository.</td> |
139 <td>Public method used to add a file/directory to the Mercurial repository.</td> |
125 </tr><tr> |
140 </tr><tr> |
126 <td><a href="#Hg.vcsAddBinary">vcsAddBinary</a></td> |
141 <td><a href="#Hg.vcsAddBinary">vcsAddBinary</a></td> |
318 </dd> |
333 </dd> |
319 </dl><dl> |
334 </dl><dl> |
320 <dt>Returns:</dt> |
335 <dt>Returns:</dt> |
321 <dd> |
336 <dd> |
322 flag indicating successfull operation (boolean) |
337 flag indicating successfull operation (boolean) |
|
338 </dd> |
|
339 </dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> |
|
340 <h4>Hg.hgEditConfig</h4> |
|
341 <b>hgEditConfig</b>(<i>name</i>) |
|
342 <p> |
|
343 Public method used to edit the repository config file. |
|
344 </p><dl> |
|
345 <dt><i>name</i></dt> |
|
346 <dd> |
|
347 file/directory name (string) |
323 </dd> |
348 </dd> |
324 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> |
349 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> |
325 <h4>Hg.hgExtendedDiff</h4> |
350 <h4>Hg.hgExtendedDiff</h4> |
326 <b>hgExtendedDiff</b>(<i>name</i>) |
351 <b>hgExtendedDiff</b>(<i>name</i>) |
327 <p> |
352 <p> |
442 </p><dl> |
467 </p><dl> |
443 <dt><i>name</i></dt> |
468 <dt><i>name</i></dt> |
444 <dd> |
469 <dd> |
445 directory name of the project to be pushed from (string) |
470 directory name of the project to be pushed from (string) |
446 </dd> |
471 </dd> |
|
472 </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
|
473 <h4>Hg.hgRecover</h4> |
|
474 <b>hgRecover</b>(<i>name</i>) |
|
475 <p> |
|
476 Public method to recover an interrupted transaction. |
|
477 </p><dl> |
|
478 <dt><i>name</i></dt> |
|
479 <dd> |
|
480 file/directory name (string) |
|
481 </dd> |
447 </dl><a NAME="Hg.hgResolve" ID="Hg.hgResolve"></a> |
482 </dl><a NAME="Hg.hgResolve" ID="Hg.hgResolve"></a> |
448 <h4>Hg.hgResolve</h4> |
483 <h4>Hg.hgResolve</h4> |
449 <b>hgResolve</b>(<i>name</i>) |
484 <b>hgResolve</b>(<i>name</i>) |
450 <p> |
485 <p> |
451 Public method used to resolve conflicts of a file/directory. |
486 Public method used to resolve conflicts of a file/directory. |
452 </p><dl> |
487 </p><dl> |
453 <dt><i>name</i></dt> |
488 <dt><i>name</i></dt> |
454 <dd> |
489 <dd> |
455 file/directory name to be resolved (string) |
490 file/directory name to be resolved (string) |
|
491 </dd> |
|
492 </dl><a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> |
|
493 <h4>Hg.hgShowConfig</h4> |
|
494 <b>hgShowConfig</b>(<i>name</i>) |
|
495 <p> |
|
496 Public method to show the combined config. |
|
497 </p><dl> |
|
498 <dt><i>name</i></dt> |
|
499 <dd> |
|
500 file/directory name (string) |
|
501 </dd> |
|
502 </dl><a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a> |
|
503 <h4>Hg.hgShowPaths</h4> |
|
504 <b>hgShowPaths</b>(<i>name</i>) |
|
505 <p> |
|
506 Public method to show the path aliases for remote repositories. |
|
507 </p><dl> |
|
508 <dt><i>name</i></dt> |
|
509 <dd> |
|
510 file/directory name (string) |
|
511 </dd> |
|
512 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> |
|
513 <h4>Hg.hgVerify</h4> |
|
514 <b>hgVerify</b>(<i>name</i>) |
|
515 <p> |
|
516 Public method to verify the integrity of the repository. |
|
517 </p><dl> |
|
518 <dt><i>name</i></dt> |
|
519 <dd> |
|
520 file/directory name (string) |
456 </dd> |
521 </dd> |
457 </dl><a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a> |
522 </dl><a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a> |
458 <h4>Hg.vcsAdd</h4> |
523 <h4>Hg.vcsAdd</h4> |
459 <b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>) |
524 <b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>) |
460 <p> |
525 <p> |