--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Mar 03 19:21:23 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Mar 03 19:24:36 2014 +0100 @@ -328,6 +328,9 @@ <td><a href="#Hg.vcsStatus">vcsStatus</a></td> <td>Public method used to view the status of files/directories in the Mercurial repository.</td> </tr><tr> +<td><a href="#Hg.vcsSupportCommandOptions">vcsSupportCommandOptions</a></td> +<td>Public method to signal the support of user settable command options.</td> +</tr><tr> <td><a href="#Hg.vcsSwitch">vcsSwitch</a></td> <td>Public method used to switch a working directory to a different revision.</td> </tr><tr> @@ -1536,6 +1539,17 @@ file/directory name(s) to show the status of (string or list of strings) </dd> +</dl><a NAME="Hg.vcsSupportCommandOptions" ID="Hg.vcsSupportCommandOptions"></a> +<h4>Hg.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="Hg.vcsSwitch" ID="Hg.vcsSwitch"></a> <h4>Hg.vcsSwitch</h4> <b>vcsSwitch</b>(<i>name</i>)