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

changeset 1311
95685f9ad9f8
parent 1284
d94e9b37e520
child 1315
faafd2aa48d5
equal deleted inserted replaced
1310:7fdcfa822e3e 1311:95685f9ad9f8
144 <td>Public method to identify the current working directory.</td> 144 <td>Public method to identify the current working directory.</td>
145 </tr><tr> 145 </tr><tr>
146 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td> 146 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td>
147 <td>Public method used to identify a changegroup file.</td> 147 <td>Public method used to identify a changegroup file.</td>
148 </tr><tr> 148 </tr><tr>
149 <td><a href="#Hg.hgImport">hgImport</a></td>
150 <td>Public method to import a patch file.</td>
151 </tr><tr>
149 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> 152 <td><a href="#Hg.hgIncoming">hgIncoming</a></td>
150 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> 153 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td>
151 </tr><tr> 154 </tr><tr>
152 <td><a href="#Hg.hgInfo">hgInfo</a></td> 155 <td><a href="#Hg.hgInfo">hgInfo</a></td>
153 <td>Public method to show information about the heads of the repository.</td> 156 <td>Public method to show information about the heads of the repository.</td>
177 <td>Public method to recover an interrupted transaction.</td> 180 <td>Public method to recover an interrupted transaction.</td>
178 </tr><tr> 181 </tr><tr>
179 <td><a href="#Hg.hgResolve">hgResolve</a></td> 182 <td><a href="#Hg.hgResolve">hgResolve</a></td>
180 <td>Public method used to resolve conflicts of a file/directory.</td> 183 <td>Public method used to resolve conflicts of a file/directory.</td>
181 </tr><tr> 184 </tr><tr>
185 <td><a href="#Hg.hgRevert">hgRevert</a></td>
186 <td>Public method used to revert changes made to a file/directory.</td>
187 </tr><tr>
182 <td><a href="#Hg.hgRollback">hgRollback</a></td> 188 <td><a href="#Hg.hgRollback">hgRollback</a></td>
183 <td>Public method used to rollback the last transaction.</td> 189 <td>Public method used to rollback the last transaction.</td>
184 </tr><tr> 190 </tr><tr>
185 <td><a href="#Hg.hgServe">hgServe</a></td> 191 <td><a href="#Hg.hgServe">hgServe</a></td>
186 <td>Public method used to serve the project.</td> 192 <td>Public method used to serve the project.</td>
275 <td><a href="#Hg.vcsRemove">vcsRemove</a></td> 281 <td><a href="#Hg.vcsRemove">vcsRemove</a></td>
276 <td>Public method used to remove a file/directory from the Mercurial repository.</td> 282 <td>Public method used to remove a file/directory from the Mercurial repository.</td>
277 </tr><tr> 283 </tr><tr>
278 <td><a href="#Hg.vcsRepositoryInfos">vcsRepositoryInfos</a></td> 284 <td><a href="#Hg.vcsRepositoryInfos">vcsRepositoryInfos</a></td>
279 <td>Public method to retrieve information about the repository.</td> 285 <td>Public method to retrieve information about the repository.</td>
280 </tr><tr>
281 <td><a href="#Hg.vcsRevert">vcsRevert</a></td>
282 <td>Public method used to revert changes made to a file/directory.</td>
283 </tr><tr> 286 </tr><tr>
284 <td><a href="#Hg.vcsShutdown">vcsShutdown</a></td> 287 <td><a href="#Hg.vcsShutdown">vcsShutdown</a></td>
285 <td>Public method used to shutdown the Mercurial interface.</td> 288 <td>Public method used to shutdown the Mercurial interface.</td>
286 </tr><tr> 289 </tr><tr>
287 <td><a href="#Hg.vcsStatus">vcsStatus</a></td> 290 <td><a href="#Hg.vcsStatus">vcsStatus</a></td>
603 </p><dl> 606 </p><dl>
604 <dt><i>name</i></dt> 607 <dt><i>name</i></dt>
605 <dd> 608 <dd>
606 directory name on which to base the changegroup (string) 609 directory name on which to base the changegroup (string)
607 </dd> 610 </dd>
611 </dl><a NAME="Hg.hgImport" ID="Hg.hgImport"></a>
612 <h4>Hg.hgImport</h4>
613 <b>hgImport</b>(<i>name</i>)
614 <p>
615 Public method to import a patch file.
616 </p><dl>
617 <dt><i>name</i></dt>
618 <dd>
619 directory name of the project to import into (string)
620 </dd>
621 </dl><dl>
622 <dt>Returns:</dt>
623 <dd>
624 flag indicating, that the import contained an add, a delete
625 or a change to the project file (boolean)
626 </dd>
608 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> 627 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a>
609 <h4>Hg.hgIncoming</h4> 628 <h4>Hg.hgIncoming</h4>
610 <b>hgIncoming</b>(<i>name</i>) 629 <b>hgIncoming</b>(<i>name</i>)
611 <p> 630 <p>
612 Public method used to view the log of incoming changes from the 631 Public method used to view the log of incoming changes from the
740 Public method used to resolve conflicts of a file/directory. 759 Public method used to resolve conflicts of a file/directory.
741 </p><dl> 760 </p><dl>
742 <dt><i>name</i></dt> 761 <dt><i>name</i></dt>
743 <dd> 762 <dd>
744 file/directory name to be resolved (string) 763 file/directory name to be resolved (string)
764 </dd>
765 </dl><a NAME="Hg.hgRevert" ID="Hg.hgRevert"></a>
766 <h4>Hg.hgRevert</h4>
767 <b>hgRevert</b>(<i>name</i>)
768 <p>
769 Public method used to revert changes made to a file/directory.
770 </p><dl>
771 <dt><i>name</i></dt>
772 <dd>
773 file/directory name to be reverted (string)
774 </dd>
775 </dl><dl>
776 <dt>Returns:</dt>
777 <dd>
778 flag indicating, that the update contained an add
779 or delete (boolean)
745 </dd> 780 </dd>
746 </dl><a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a> 781 </dl><a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a>
747 <h4>Hg.hgRollback</h4> 782 <h4>Hg.hgRollback</h4>
748 <b>hgRollback</b>(<i>name</i>) 783 <b>hgRollback</b>(<i>name</i>)
749 <p> 784 <p>
1232 </dl><dl> 1267 </dl><dl>
1233 <dt>Returns:</dt> 1268 <dt>Returns:</dt>
1234 <dd> 1269 <dd>
1235 string with ready formated info for display (string) 1270 string with ready formated info for display (string)
1236 </dd> 1271 </dd>
1237 </dl><a NAME="Hg.vcsRevert" ID="Hg.vcsRevert"></a>
1238 <h4>Hg.vcsRevert</h4>
1239 <b>vcsRevert</b>(<i>name</i>)
1240 <p>
1241 Public method used to revert changes made to a file/directory.
1242 </p><dl>
1243 <dt><i>name</i></dt>
1244 <dd>
1245 file/directory name to be reverted (string)
1246 </dd>
1247 </dl><a NAME="Hg.vcsShutdown" ID="Hg.vcsShutdown"></a> 1272 </dl><a NAME="Hg.vcsShutdown" ID="Hg.vcsShutdown"></a>
1248 <h4>Hg.vcsShutdown</h4> 1273 <h4>Hg.vcsShutdown</h4>
1249 <b>vcsShutdown</b>(<i></i>) 1274 <b>vcsShutdown</b>(<i></i>)
1250 <p> 1275 <p>
1251 Public method used to shutdown the Mercurial interface. 1276 Public method used to shutdown the Mercurial interface.

eric ide

mercurial