diff -r 734353e7d679 -r e92f0dd51979 Documentation/Source/eric5.VCS.VersionControl.html --- a/Documentation/Source/eric5.VCS.VersionControl.html Sun Feb 23 15:24:28 2014 +0100 +++ b/Documentation/Source/eric5.VCS.VersionControl.html Sun Feb 23 19:20:43 2014 +0100 @@ -238,6 +238,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> @@ -1161,6 +1164,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>)