Documentation/Source/eric5.VCS.VersionControl.html

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3349
2a034a7f1f54
child 3591
2f2a4a76dd22
diff -r 96232974dcdb -r 645c12de6b0c Documentation/Source/eric5.VCS.VersionControl.html
--- a/Documentation/Source/eric5.VCS.VersionControl.html	Sun Mar 30 22:00:14 2014 +0200
+++ b/Documentation/Source/eric5.VCS.VersionControl.html	Thu Apr 03 23:05:31 2014 +0200
@@ -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>
@@ -238,6 +241,9 @@
 <td><a href="#VersionControl.vcsStatus">vcsStatus</a></td>
 <td>Public method used to view the status of a file/directory in the vcs.</td>
 </tr><tr>
+<td><a href="#VersionControl.vcsSupportCommandOptions">vcsSupportCommandOptions</a></td>
+<td>Public method to signal the support of user settable command options.</td>
+</tr><tr>
 <td><a href="#VersionControl.vcsSwitch">vcsSwitch</a></td>
 <td>Public method used to switch a directory to a different tag/branch.</td>
 </tr><tr>
@@ -899,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>)
@@ -1161,6 +1188,17 @@
 to indicate that this method must be
             implemented by a subclass
 </dd>
+</dl><a NAME="VersionControl.vcsSupportCommandOptions" ID="VersionControl.vcsSupportCommandOptions"></a>
+<h4>VersionControl.vcsSupportCommandOptions</h4>
+<b>vcsSupportCommandOptions</b>(<i></i>)
+<p>
+        Public method to signal the support of user settable command options.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the support  of user settable command options
+            (boolean)
+</dd>
 </dl><a NAME="VersionControl.vcsSwitch" ID="VersionControl.vcsSwitch"></a>
 <h4>VersionControl.vcsSwitch</h4>
 <b>vcsSwitch</b>(<i>name</i>)

eric ide

mercurial