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

changeset 1908
7b40bf154fdc
parent 1880
dbd4d7698310
child 2367
78f6c8193d37
equal deleted inserted replaced
1907:44d593ab5b40 1908:7b40bf154fdc
96 <td>Public method to get a reference to the command server interface.</td> 96 <td>Public method to get a reference to the command server interface.</td>
97 </tr><tr> 97 </tr><tr>
98 <td><a href="#Hg.getExtensionObject">getExtensionObject</a></td> 98 <td><a href="#Hg.getExtensionObject">getExtensionObject</a></td>
99 <td>Public method to get a reference to an extension object.</td> 99 <td>Public method to get a reference to an extension object.</td>
100 </tr><tr> 100 </tr><tr>
101 <td><a href="#Hg.getHgSubPath">getHgSubPath</a></td>
102 <td>Public method to get the path to the .hgsub file containing the definitions of sub-repositories.</td>
103 </tr><tr>
101 <td><a href="#Hg.getPlugin">getPlugin</a></td> 104 <td><a href="#Hg.getPlugin">getPlugin</a></td>
102 <td>Public method to get a reference to the plugin object.</td> 105 <td>Public method to get a reference to the plugin object.</td>
103 </tr><tr> 106 </tr><tr>
107 <td><a href="#Hg.hasSubrepositories">hasSubrepositories</a></td>
108 <td>Public method to check, if the project might have sub-repositories.</td>
109 </tr><tr>
110 <td><a href="#Hg.hgAddSubrepository">hgAddSubrepository</a></td>
111 <td>Public method to add a sub-repository.</td>
112 </tr><tr>
104 <td><a href="#Hg.hgAnnotate">hgAnnotate</a></td> 113 <td><a href="#Hg.hgAnnotate">hgAnnotate</a></td>
105 <td>Public method to show the output of the hg annotate command.</td> 114 <td>Public method to show the output of the hg annotate command.</td>
106 </tr><tr> 115 </tr><tr>
107 <td><a href="#Hg.hgBackout">hgBackout</a></td> 116 <td><a href="#Hg.hgBackout">hgBackout</a></td>
108 <td>Public method used to backout an earlier changeset from the Mercurial repository.</td> 117 <td>Public method used to backout an earlier changeset from the Mercurial repository.</td>
188 <td><a href="#Hg.hgPush">hgPush</a></td> 197 <td><a href="#Hg.hgPush">hgPush</a></td>
189 <td>Public method used to push changes to a remote Mercurial repository.</td> 198 <td>Public method used to push changes to a remote Mercurial repository.</td>
190 </tr><tr> 199 </tr><tr>
191 <td><a href="#Hg.hgRecover">hgRecover</a></td> 200 <td><a href="#Hg.hgRecover">hgRecover</a></td>
192 <td>Public method to recover an interrupted transaction.</td> 201 <td>Public method to recover an interrupted transaction.</td>
202 </tr><tr>
203 <td><a href="#Hg.hgRemoveSubrepositories">hgRemoveSubrepositories</a></td>
204 <td>Public method to remove sub-repositories.</td>
193 </tr><tr> 205 </tr><tr>
194 <td><a href="#Hg.hgResolve">hgResolve</a></td> 206 <td><a href="#Hg.hgResolve">hgResolve</a></td>
195 <td>Public method used to resolve conflicts of a file/directory.</td> 207 <td>Public method used to resolve conflicts of a file/directory.</td>
196 </tr><tr> 208 </tr><tr>
197 <td><a href="#Hg.hgRevert">hgRevert</a></td> 209 <td><a href="#Hg.hgRevert">hgRevert</a></td>
427 </dl><dl> 439 </dl><dl>
428 <dt>Returns:</dt> 440 <dt>Returns:</dt>
429 <dd> 441 <dd>
430 reference to the extension object (boolean) 442 reference to the extension object (boolean)
431 </dd> 443 </dd>
444 </dl><a NAME="Hg.getHgSubPath" ID="Hg.getHgSubPath"></a>
445 <h4>Hg.getHgSubPath</h4>
446 <b>getHgSubPath</b>(<i></i>)
447 <p>
448 Public method to get the path to the .hgsub file containing the definitions
449 of sub-repositories.
450 </p><dl>
451 <dt>Returns:</dt>
452 <dd>
453 full path of the .hgsub file (string)
454 </dd>
432 </dl><a NAME="Hg.getPlugin" ID="Hg.getPlugin"></a> 455 </dl><a NAME="Hg.getPlugin" ID="Hg.getPlugin"></a>
433 <h4>Hg.getPlugin</h4> 456 <h4>Hg.getPlugin</h4>
434 <b>getPlugin</b>(<i></i>) 457 <b>getPlugin</b>(<i></i>)
435 <p> 458 <p>
436 Public method to get a reference to the plugin object. 459 Public method to get a reference to the plugin object.
437 </p><dl> 460 </p><dl>
438 <dt>Returns:</dt> 461 <dt>Returns:</dt>
439 <dd> 462 <dd>
440 reference to the plugin object (VcsMercurialPlugin) 463 reference to the plugin object (VcsMercurialPlugin)
441 </dd> 464 </dd>
442 </dl><a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a> 465 </dl><a NAME="Hg.hasSubrepositories" ID="Hg.hasSubrepositories"></a>
466 <h4>Hg.hasSubrepositories</h4>
467 <b>hasSubrepositories</b>(<i></i>)
468 <p>
469 Public method to check, if the project might have sub-repositories.
470 </p><dl>
471 <dt>Returns:</dt>
472 <dd>
473 flag indicating the existence of sub-repositories (boolean)
474 </dd>
475 </dl><a NAME="Hg.hgAddSubrepository" ID="Hg.hgAddSubrepository"></a>
476 <h4>Hg.hgAddSubrepository</h4>
477 <b>hgAddSubrepository</b>(<i></i>)
478 <p>
479 Public method to add a sub-repository.
480 </p><a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a>
443 <h4>Hg.hgAnnotate</h4> 481 <h4>Hg.hgAnnotate</h4>
444 <b>hgAnnotate</b>(<i>name</i>) 482 <b>hgAnnotate</b>(<i>name</i>)
445 <p> 483 <p>
446 Public method to show the output of the hg annotate command. 484 Public method to show the output of the hg annotate command.
447 </p><dl> 485 </p><dl>
824 </p><dl> 862 </p><dl>
825 <dt><i>name</i></dt> 863 <dt><i>name</i></dt>
826 <dd> 864 <dd>
827 file/directory name (string) 865 file/directory name (string)
828 </dd> 866 </dd>
829 </dl><a NAME="Hg.hgResolve" ID="Hg.hgResolve"></a> 867 </dl><a NAME="Hg.hgRemoveSubrepositories" ID="Hg.hgRemoveSubrepositories"></a>
868 <h4>Hg.hgRemoveSubrepositories</h4>
869 <b>hgRemoveSubrepositories</b>(<i></i>)
870 <p>
871 Public method to remove sub-repositories.
872 </p><a NAME="Hg.hgResolve" ID="Hg.hgResolve"></a>
830 <h4>Hg.hgResolve</h4> 873 <h4>Hg.hgResolve</h4>
831 <b>hgResolve</b>(<i>name</i>) 874 <b>hgResolve</b>(<i>name</i>)
832 <p> 875 <p>
833 Public method used to resolve conflicts of a file/directory. 876 Public method used to resolve conflicts of a file/directory.
834 </p><dl> 877 </p><dl>

eric ide

mercurial