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

changeset 5452
9f89364d9ffd
parent 5328
9c11e9285a46
child 5516
a165ff497046
equal deleted inserted replaced
5451:8ee36e8a315f 5452:9f89364d9ffd
357 <td>Public method used to initialize the mercurial repository.</td> 357 <td>Public method used to initialize the mercurial repository.</td>
358 </tr><tr> 358 </tr><tr>
359 <td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td> 359 <td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td>
360 <td>Public method to initialize the VCS configuration.</td> 360 <td>Public method to initialize the VCS configuration.</td>
361 </tr><tr> 361 </tr><tr>
362 <td><a href="#Hg.vcsLog">vcsLog</a></td>
363 <td>Public method used to view the log of a file/directory from the Mercurial repository.</td>
364 </tr><tr>
365 <td><a href="#Hg.vcsLogBrowser">vcsLogBrowser</a></td> 362 <td><a href="#Hg.vcsLogBrowser">vcsLogBrowser</a></td>
366 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td> 363 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td>
367 </tr><tr> 364 </tr><tr>
368 <td><a href="#Hg.vcsMerge">vcsMerge</a></td> 365 <td><a href="#Hg.vcsMerge">vcsMerge</a></td>
369 <td>Public method used to merge a URL/revision into the local project.</td> 366 <td>Public method used to merge a URL/revision into the local project.</td>
1721 </p><dl> 1718 </p><dl>
1722 <dt><i>project</i></dt> 1719 <dt><i>project</i></dt>
1723 <dd> 1720 <dd>
1724 reference to the project (Project) 1721 reference to the project (Project)
1725 </dd> 1722 </dd>
1726 </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a>
1727 <h4>Hg.vcsLog</h4>
1728 <b>vcsLog</b>(<i>name</i>)
1729 <p>
1730 Public method used to view the log of a file/directory from the
1731 Mercurial repository.
1732 </p><dl>
1733 <dt><i>name</i></dt>
1734 <dd>
1735 file/directory name to show the log of (string)
1736 </dd>
1737 </dl><a NAME="Hg.vcsLogBrowser" ID="Hg.vcsLogBrowser"></a> 1723 </dl><a NAME="Hg.vcsLogBrowser" ID="Hg.vcsLogBrowser"></a>
1738 <h4>Hg.vcsLogBrowser</h4> 1724 <h4>Hg.vcsLogBrowser</h4>
1739 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) 1725 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1740 <p> 1726 <p>
1741 Public method used to browse the log of a file/directory from the 1727 Public method used to browse the log of a file/directory from the

eric ide

mercurial