330 </tr><tr> |
330 </tr><tr> |
331 <td><a href="#Hg.vcsSwitch">vcsSwitch</a></td> |
331 <td><a href="#Hg.vcsSwitch">vcsSwitch</a></td> |
332 <td>Public method used to switch a working directory to a different revision.</td> |
332 <td>Public method used to switch a working directory to a different revision.</td> |
333 </tr><tr> |
333 </tr><tr> |
334 <td><a href="#Hg.vcsTag">vcsTag</a></td> |
334 <td><a href="#Hg.vcsTag">vcsTag</a></td> |
335 <td>Public method used to set the tag in the Mercurial repository.</td> |
335 <td>Public method used to set/remove a tag in the Mercurial repository.</td> |
336 </tr><tr> |
336 </tr><tr> |
337 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td> |
337 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td> |
338 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
338 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
339 </tr> |
339 </tr> |
340 </table> |
340 </table> |
681 <dd> |
681 <dd> |
682 list of branches (list of string) |
682 list of branches (list of string) |
683 </dd> |
683 </dd> |
684 </dl><a NAME="Hg.hgGetTagsList" ID="Hg.hgGetTagsList"></a> |
684 </dl><a NAME="Hg.hgGetTagsList" ID="Hg.hgGetTagsList"></a> |
685 <h4>Hg.hgGetTagsList</h4> |
685 <h4>Hg.hgGetTagsList</h4> |
686 <b>hgGetTagsList</b>(<i>repodir</i>) |
686 <b>hgGetTagsList</b>(<i>repodir, withType=False</i>) |
687 <p> |
687 <p> |
688 Public method to get the list of tags. |
688 Public method to get the list of tags. |
689 </p><dl> |
689 </p><dl> |
690 <dt><i>repodir</i></dt> |
690 <dt><i>repodir</i></dt> |
691 <dd> |
691 <dd> |
692 directory name of the repository (string) |
692 directory name of the repository (string) |
693 </dd> |
693 </dd><dt><i>withType</i></dt> |
694 </dl><dl> |
694 <dd> |
695 <dt>Returns:</dt> |
695 flag indicating to get the tag type as well (boolean) |
696 <dd> |
696 </dd> |
697 list of tags (list of string) |
697 </dl><dl> |
|
698 <dt>Returns:</dt> |
|
699 <dd> |
|
700 list of tags (list of string) or list of tuples of |
|
701 tag name and flag indicating a local tag (list of tuple of string |
|
702 and boolean), if withType is True |
698 </dd> |
703 </dd> |
699 </dl><a NAME="Hg.hgGraft" ID="Hg.hgGraft"></a> |
704 </dl><a NAME="Hg.hgGraft" ID="Hg.hgGraft"></a> |
700 <h4>Hg.hgGraft</h4> |
705 <h4>Hg.hgGraft</h4> |
701 <b>hgGraft</b>(<i>path, revs=None</i>) |
706 <b>hgGraft</b>(<i>path, revs=None</i>) |
702 <p> |
707 <p> |
1553 flag indicating, that the switch contained an add |
1558 flag indicating, that the switch contained an add |
1554 or delete (boolean) |
1559 or delete (boolean) |
1555 </dd> |
1560 </dd> |
1556 </dl><a NAME="Hg.vcsTag" ID="Hg.vcsTag"></a> |
1561 </dl><a NAME="Hg.vcsTag" ID="Hg.vcsTag"></a> |
1557 <h4>Hg.vcsTag</h4> |
1562 <h4>Hg.vcsTag</h4> |
1558 <b>vcsTag</b>(<i>name</i>) |
1563 <b>vcsTag</b>(<i>name, revision=None, tagName=None</i>) |
1559 <p> |
1564 <p> |
1560 Public method used to set the tag in the Mercurial repository. |
1565 Public method used to set/remove a tag in the Mercurial repository. |
1561 </p><dl> |
1566 </p><dl> |
1562 <dt><i>name</i></dt> |
1567 <dt><i>name</i></dt> |
1563 <dd> |
1568 <dd> |
1564 file/directory name to be tagged (string) |
1569 file/directory name to determine the repo root from |
|
1570 (string) |
|
1571 </dd><dt><i>revision</i></dt> |
|
1572 <dd> |
|
1573 revision to set tag for (string) |
|
1574 </dd><dt><i>tagName</i></dt> |
|
1575 <dd> |
|
1576 name of the tag (string) |
|
1577 </dd> |
|
1578 </dl><dl> |
|
1579 <dt>Returns:</dt> |
|
1580 <dd> |
|
1581 flag indicating a performed tag action (boolean) |
1565 </dd> |
1582 </dd> |
1566 </dl><a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> |
1583 </dl><a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> |
1567 <h4>Hg.vcsUpdate</h4> |
1584 <h4>Hg.vcsUpdate</h4> |
1568 <b>vcsUpdate</b>(<i>name, noDialog=False, revision=None</i>) |
1585 <b>vcsUpdate</b>(<i>name, noDialog=False, revision=None</i>) |
1569 <p> |
1586 <p> |