--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.subversion.html Mon Feb 01 10:38:16 2021 +0100 @@ -375,13 +375,13 @@ <dd> file name to get from the repository (string) </dd> -<dt><i>rev=</i></dt> +<dt><i>rev</i></dt> <dd> revision to retrieve (integer or string) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file (string) and an error message (string) </dd> @@ -401,7 +401,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly formated url for subversion (string) </dd> @@ -439,7 +439,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -478,7 +478,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -510,7 +510,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -534,7 +534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -580,7 +580,7 @@ Public method to get a reference to the plugin object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the plugin object (VcsSubversionPlugin) </dd> @@ -636,7 +636,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -691,7 +691,7 @@ Public method to get a list of all defined change lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of defined change list names (list of strings) </dd> @@ -712,7 +712,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with the repository path URL </dd> @@ -793,7 +793,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly normalized url for subversion (string) </dd> @@ -872,11 +872,11 @@ <dd> file name to be diffed (string) </dd> -<dt><i>extended=</i></dt> +<dt><i>extended</i></dt> <dd> flag indicating the extended variant (boolean) </dd> -<dt><i>revisions=</i></dt> +<dt><i>revisions</i></dt> <dd> tuple of two revisions (tuple of strings) </dd> @@ -1069,7 +1069,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -1099,7 +1099,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1208,7 +1208,7 @@ Public method used to test for the presence of the svn executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existance (boolean) and an error message (string) @@ -1234,7 +1234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1264,7 +1264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -1284,7 +1284,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -1317,7 +1317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version controll status @@ -1337,7 +1337,7 @@ Public method used to initialize the subversion repository. </p> <p> - The subversion repository has to be initialized from outside eric6 + The subversion repository has to be initialized from outside eric because the respective command always works locally. Therefore we always return TRUE without doing anything. </p> @@ -1353,7 +1353,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always TRUE </dd> @@ -1435,7 +1435,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1448,7 +1448,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always 'Subversion' (string) </dd> @@ -1469,7 +1469,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnNewProjectOptionsDialog) @@ -1503,7 +1503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnOptionsDialog) </dd> @@ -1523,7 +1523,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -1557,7 +1557,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1577,7 +1577,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -1634,7 +1634,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating added or changed files (boolean) </dd> @@ -1675,7 +1675,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)