--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Sep 29 18:23:27 2013 +0200 @@ -414,12 +414,12 @@ <p> Protected method to create an instance of the VCS status monitor thread. </p><dl> -<dt><i>project</i></dt> +<dt><i>interval</i></dt> +<dd> +check interval for the monitor thread in seconds (integer) +</dd><dt><i>project</i></dt> <dd> reference to the project object -</dd><dt><i>interval</i></dt> -<dd> -check interval for the monitor thread in seconds (integer) </dd> </dl><dl> <dt>Returns:</dt> @@ -656,8 +656,8 @@ <h4>Subversion.svnSbsDiff</h4> <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>) <p> - Public method used to view the difference of a file to the Mercurial repository - side-by-side. + Public method used to view the difference of a file to the Mercurial + repository side-by-side. </p><dl> <dt><i>name</i></dt> <dd> @@ -669,6 +669,11 @@ <dd> tuple of two revisions (tuple of strings) </dd> +</dl><dl> +<dt>Raises <b>ValueError</b>:</dt> +<dd> +raised to indicate an illegal name parameter type +</dd> </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> <h4>Subversion.svnSetProp</h4> <b>svnSetProp</b>(<i>name, recursive=False</i>) @@ -1057,12 +1062,19 @@ <h4>Subversion.vcsNewProjectOptionsDialog</h4> <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) <p> - Public method to get a dialog to enter repository info for getting a new project. + Public method to get a dialog to enter repository info for getting + a new project. </p><dl> <dt><i>parent</i></dt> <dd> parent widget (QWidget) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the instantiated options dialog + (SvnNewProjectOptionsDialog) +</dd> </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> <h4>Subversion.vcsOptionsDialog</h4> <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) @@ -1077,11 +1089,17 @@ name of the project in the repository (string) </dd><dt><i>editable</i></dt> <dd> -flag indicating that the project name is editable (boolean) +flag indicating that the project name is editable + (boolean) </dd><dt><i>parent</i></dt> <dd> parent widget (QWidget) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the instantiated options dialog (SvnOptionsDialog) +</dd> </dl><a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> <h4>Subversion.vcsRegisteredState</h4> <b>vcsRegisteredState</b>(<i>name</i>) @@ -1172,6 +1190,11 @@ <dd> directory name to be switched (string) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating added or changed files (boolean) +</dd> </dl><a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> <h4>Subversion.vcsTag</h4> <b>vcsTag</b>(<i>name</i>)