Documentation/Source/eric5.VCS.VersionControl.html

changeset 3349
2a034a7f1f54
parent 3302
e92f0dd51979
child 3591
2f2a4a76dd22
--- a/Documentation/Source/eric5.VCS.VersionControl.html	Sun Mar 09 12:16:00 2014 +0100
+++ b/Documentation/Source/eric5.VCS.VersionControl.html	Sun Mar 09 17:06:40 2014 +0100
@@ -193,6 +193,9 @@
 <td><a href="#VersionControl.vcsLog">vcsLog</a></td>
 <td>Public method used to view the log of a file/directory in the vcs.</td>
 </tr><tr>
+<td><a href="#VersionControl.vcsLogBrowser">vcsLogBrowser</a></td>
+<td>Public method used to view the log of a file/directory in the vcs with a log browser dialog.</td>
+</tr><tr>
 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td>
 <td>Public method used to merge a tag/branch into the local project.</td>
 </tr><tr>
@@ -902,6 +905,27 @@
 to indicate that this method must be
             implemented by a subclass
 </dd>
+</dl><a NAME="VersionControl.vcsLogBrowser" ID="VersionControl.vcsLogBrowser"></a>
+<h4>VersionControl.vcsLogBrowser</h4>
+<b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
+<p>
+        Public method used to view the log of a file/directory in the vcs
+        with a log browser dialog.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name to show the log for (string)
+</dd><dt><i>isFile=</i></dt>
+<dd>
+flag indicating log for a file is to be shown
+            (boolean)
+</dd>
+</dl><dl>
+<dt>Raises <b>RuntimeError</b>:</dt>
+<dd>
+to indicate that this method must be
+            implemented by a subclass
+</dd>
 </dl><a NAME="VersionControl.vcsMerge" ID="VersionControl.vcsMerge"></a>
 <h4>VersionControl.vcsMerge</h4>
 <b>vcsMerge</b>(<i>name</i>)

eric ide

mercurial