Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 1655
d2b583fdde1c
parent 1608
b6390d242303
child 1855
93bf1823466a
equal deleted inserted replaced
1654:08264848be08 1655:d2b583fdde1c
141 <td>Public method to get the list of branches.</td> 141 <td>Public method to get the list of branches.</td>
142 </tr><tr> 142 </tr><tr>
143 <td><a href="#Hg.hgGetTagsList">hgGetTagsList</a></td> 143 <td><a href="#Hg.hgGetTagsList">hgGetTagsList</a></td>
144 <td>Public method to get the list of tags.</td> 144 <td>Public method to get the list of tags.</td>
145 </tr><tr> 145 </tr><tr>
146 <td><a href="#Hg.hgGraft">hgGraft</a></td>
147 <td>Public method to copy changesets from another branch.</td>
148 </tr><tr>
149 <td><a href="#Hg.hgGraftContinue">hgGraftContinue</a></td>
150 <td>Public method to continue copying changesets from another branch.</td>
151 </tr><tr>
146 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> 152 <td><a href="#Hg.hgIdentify">hgIdentify</a></td>
147 <td>Public method to identify the current working directory.</td> 153 <td>Public method to identify the current working directory.</td>
148 </tr><tr> 154 </tr><tr>
149 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td> 155 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td>
150 <td>Public method used to identify a changegroup file.</td> 156 <td>Public method used to identify a changegroup file.</td>
602 </dl><dl> 608 </dl><dl>
603 <dt>Returns:</dt> 609 <dt>Returns:</dt>
604 <dd> 610 <dd>
605 list of tags (list of string) 611 list of tags (list of string)
606 </dd> 612 </dd>
613 </dl><a NAME="Hg.hgGraft" ID="Hg.hgGraft"></a>
614 <h4>Hg.hgGraft</h4>
615 <b>hgGraft</b>(<i>path</i>)
616 <p>
617 Public method to copy changesets from another branch.
618 </p><dl>
619 <dt><i>path</i></dt>
620 <dd>
621 directory name of the project (string)
622 </dd>
623 </dl><dl>
624 <dt>Returns:</dt>
625 <dd>
626 flag indicating that the project should be reread (boolean)
627 </dd>
628 </dl><a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a>
629 <h4>Hg.hgGraftContinue</h4>
630 <b>hgGraftContinue</b>(<i>path</i>)
631 <p>
632 Public method to continue copying changesets from another branch.
633 </p><dl>
634 <dt><i>path</i></dt>
635 <dd>
636 directory name of the project (string)
637 </dd>
638 </dl><dl>
639 <dt>Returns:</dt>
640 <dd>
641 flag indicating that the project should be reread (boolean)
642 </dd>
607 </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> 643 </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a>
608 <h4>Hg.hgIdentify</h4> 644 <h4>Hg.hgIdentify</h4>
609 <b>hgIdentify</b>(<i>name</i>) 645 <b>hgIdentify</b>(<i>name</i>)
610 <p> 646 <p>
611 Public method to identify the current working directory. 647 Public method to identify the current working directory.

eric ide

mercurial