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

changeset 3349
2a034a7f1f54
parent 3316
aaa864fa5c1e
child 3359
6b6c224d67d6
equal deleted inserted replaced
3346:39f9273ebd61 3349:2a034a7f1f54
191 <td>Public method to show information about the heads of the repository.</td> 191 <td>Public method to show information about the heads of the repository.</td>
192 </tr><tr> 192 </tr><tr>
193 <td><a href="#Hg.hgListTagBranch">hgListTagBranch</a></td> 193 <td><a href="#Hg.hgListTagBranch">hgListTagBranch</a></td>
194 <td>Public method used to list the available tags or branches.</td> 194 <td>Public method used to list the available tags or branches.</td>
195 </tr><tr> 195 </tr><tr>
196 <td><a href="#Hg.hgLogBrowser">hgLogBrowser</a></td>
197 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td>
198 </tr><tr>
199 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td> 196 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td>
200 <td>Public method to normalize a url for Mercurial.</td> 197 <td>Public method to normalize a url for Mercurial.</td>
201 </tr><tr> 198 </tr><tr>
202 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> 199 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td>
203 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> 200 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td>
310 <td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td> 307 <td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td>
311 <td>Public method to initialize the VCS configuration.</td> 308 <td>Public method to initialize the VCS configuration.</td>
312 </tr><tr> 309 </tr><tr>
313 <td><a href="#Hg.vcsLog">vcsLog</a></td> 310 <td><a href="#Hg.vcsLog">vcsLog</a></td>
314 <td>Public method used to view the log of a file/directory from the Mercurial repository.</td> 311 <td>Public method used to view the log of a file/directory from the Mercurial repository.</td>
312 </tr><tr>
313 <td><a href="#Hg.vcsLogBrowser">vcsLogBrowser</a></td>
314 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td>
315 </tr><tr> 315 </tr><tr>
316 <td><a href="#Hg.vcsMerge">vcsMerge</a></td> 316 <td><a href="#Hg.vcsMerge">vcsMerge</a></td>
317 <td>Public method used to merge a URL/revision into the local project.</td> 317 <td>Public method used to merge a URL/revision into the local project.</td>
318 </tr><tr> 318 </tr><tr>
319 <td><a href="#Hg.vcsMove">vcsMove</a></td> 319 <td><a href="#Hg.vcsMove">vcsMove</a></td>
870 </dd><dt><i>tags</i></dt> 870 </dd><dt><i>tags</i></dt>
871 <dd> 871 <dd>
872 flag indicating listing of branches or tags 872 flag indicating listing of branches or tags
873 (False = branches, True = tags) 873 (False = branches, True = tags)
874 </dd> 874 </dd>
875 </dl><a NAME="Hg.hgLogBrowser" ID="Hg.hgLogBrowser"></a>
876 <h4>Hg.hgLogBrowser</h4>
877 <b>hgLogBrowser</b>(<i>path, isFile=False</i>)
878 <p>
879 Public method used to browse the log of a file/directory from the
880 Mercurial repository.
881 </p><dl>
882 <dt><i>path</i></dt>
883 <dd>
884 file/directory name to show the log of (string)
885 </dd><dt><i>isFile=</i></dt>
886 <dd>
887 flag indicating log for a file is to be shown
888 (boolean)
889 </dd>
890 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> 875 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a>
891 <h4>Hg.hgNormalizeURL</h4> 876 <h4>Hg.hgNormalizeURL</h4>
892 <b>hgNormalizeURL</b>(<i>url</i>) 877 <b>hgNormalizeURL</b>(<i>url</i>)
893 <p> 878 <p>
894 Public method to normalize a url for Mercurial. 879 Public method to normalize a url for Mercurial.
1461 </p><dl> 1446 </p><dl>
1462 <dt><i>name</i></dt> 1447 <dt><i>name</i></dt>
1463 <dd> 1448 <dd>
1464 file/directory name to show the log of (string) 1449 file/directory name to show the log of (string)
1465 </dd> 1450 </dd>
1451 </dl><a NAME="Hg.vcsLogBrowser" ID="Hg.vcsLogBrowser"></a>
1452 <h4>Hg.vcsLogBrowser</h4>
1453 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1454 <p>
1455 Public method used to browse the log of a file/directory from the
1456 Mercurial repository.
1457 </p><dl>
1458 <dt><i>name</i></dt>
1459 <dd>
1460 file/directory name to show the log of (string)
1461 </dd><dt><i>isFile=</i></dt>
1462 <dd>
1463 flag indicating log for a file is to be shown
1464 (boolean)
1465 </dd>
1466 </dl><a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a> 1466 </dl><a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a>
1467 <h4>Hg.vcsMerge</h4> 1467 <h4>Hg.vcsMerge</h4>
1468 <b>vcsMerge</b>(<i>name</i>) 1468 <b>vcsMerge</b>(<i>name</i>)
1469 <p> 1469 <p>
1470 Public method used to merge a URL/revision into the local project. 1470 Public method used to merge a URL/revision into the local project.

eric ide

mercurial