--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Fri Mar 11 16:51:57 2011 +0100 @@ -237,7 +237,7 @@ </table> <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> <h4>Subversion (Constructor)</h4> -<b>Subversion</b>(<i>plugin, parent = None, name = None</i>) +<b>Subversion</b>(<i>plugin, parent=None, name=None</i>) <p> Constructor </p><dl> @@ -357,7 +357,7 @@ </dd> </dl><a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> <h4>Subversion.svnDelProp</h4> -<b>svnDelProp</b>(<i>name, recursive = False</i>) +<b>svnDelProp</b>(<i>name, recursive=False</i>) <p> Public method used to delete a property of a file/directory. </p><dl> @@ -372,11 +372,11 @@ <h4>Subversion.svnExtendedDiff</h4> <b>svnExtendedDiff</b>(<i>name</i>) <p> - Public method used to view the difference of a file/directory to the + Public method used to view the difference of a file/directory to the Subversion repository. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited + are saved first. If name is a file (or list of files), which is/are being edited and has unsaved modification, they can be saved or the operation may be aborted. </p><p> This method gives the chance to enter the revisions to be compared. @@ -415,7 +415,7 @@ </dd> </dl><a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> <h4>Subversion.svnListProps</h4> -<b>svnListProps</b>(<i>name, recursive = False</i>) +<b>svnListProps</b>(<i>name, recursive=False</i>) <p> Public method used to list the properties of a file/directory. </p><dl> @@ -428,7 +428,7 @@ </dd> </dl><a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a> <h4>Subversion.svnListTagBranch</h4> -<b>svnListTagBranch</b>(<i>path, tags = True</i>) +<b>svnListTagBranch</b>(<i>path, tags=True</i>) <p> Public method used to list the available tags or branches. </p><dl> @@ -460,7 +460,7 @@ <h4>Subversion.svnLogBrowser</h4> <b>svnLogBrowser</b>(<i>path</i>) <p> - Public method used to browse the log of a file/directory from the + Public method used to browse the log of a file/directory from the Subversion repository. </p><dl> <dt><i>path</i></dt> @@ -471,7 +471,7 @@ <h4>Subversion.svnLogLimited</h4> <b>svnLogLimited</b>(<i>name</i>) <p> - Public method used to view the (limited) log of a file/directory from the + Public method used to view the (limited) log of a file/directory from the Subversion repository. </p><dl> <dt><i>name</i></dt> @@ -518,7 +518,7 @@ </dd> </dl><a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a> <h4>Subversion.svnRepoBrowser</h4> -<b>svnRepoBrowser</b>(<i>projectPath = None</i>) +<b>svnRepoBrowser</b>(<i>projectPath=None</i>) <p> Public method to open the repository browser. </p><dl> @@ -538,7 +538,7 @@ </dd> </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> <h4>Subversion.svnSetProp</h4> -<b>svnSetProp</b>(<i>name, recursive = False</i>) +<b>svnSetProp</b>(<i>name, recursive=False</i>) <p> Public method used to add a property to a file/directory. </p><dl> @@ -573,7 +573,7 @@ repository URLs. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited + are saved first. If name is a file (or list of files), which is/are being edited and has unsaved modification, they can be saved or the operation may be aborted. </p><p> This method gives the chance to enter the revisions to be compared. @@ -584,7 +584,7 @@ </dd> </dl><a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a> <h4>Subversion.vcsAdd</h4> -<b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>) +<b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>) <p> Public method used to add a file/directory to the Subversion repository. </p><dl> @@ -600,7 +600,7 @@ </dd> </dl><a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a> <h4>Subversion.vcsAddBinary</h4> -<b>vcsAddBinary</b>(<i>name, isDir = False</i>) +<b>vcsAddBinary</b>(<i>name, isDir=False</i>) <p> Public method used to add a file/directory in binary mode to the Subversion repository. @@ -624,7 +624,7 @@ </dd> </dl><a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a> <h4>Subversion.vcsAllRegisteredStates</h4> -<b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut = True</i>) +<b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>) <p> Public method used to get the registered states of a number of files in the vcs. </p><p> @@ -650,7 +650,7 @@ </dd> </dl><a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a> <h4>Subversion.vcsCheckout</h4> -<b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) +<b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) <p> Public method used to check the project out of the Subversion repository. </p><dl> @@ -691,7 +691,7 @@ </dd> </dl><a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a> <h4>Subversion.vcsCommit</h4> -<b>vcsCommit</b>(<i>name, message, noDialog = False</i>) +<b>vcsCommit</b>(<i>name, message, noDialog=False</i>) <p> Public method used to make the change of a file/directory permanent in the Subversion repository. @@ -723,11 +723,11 @@ <h4>Subversion.vcsDiff</h4> <b>vcsDiff</b>(<i>name</i>) <p> - Public method used to view the difference of a file/directory to the + Public method used to view the difference of a file/directory to the Subversion repository. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited + are saved first. If name is a file (or list of files), which is/are being edited and has unsaved modification, they can be saved or the operation may be aborted. </p><dl> <dt><i>name</i></dt> @@ -764,7 +764,7 @@ </dd> </dl><a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> <h4>Subversion.vcsGetProjectBrowserHelper</h4> -<b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser = False</i>) +<b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser=False</i>) <p> Public method to instanciate a helper object for the different project browsers. </p><dl> @@ -801,7 +801,7 @@ </dd> </dl><a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> <h4>Subversion.vcsImport</h4> -<b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog = False</i>) +<b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) <p> Public method used to import the project into the Subversion repository. </p><dl> @@ -823,7 +823,7 @@ </dd> </dl><a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> <h4>Subversion.vcsInit</h4> -<b>vcsInit</b>(<i>vcsDir, noDialog = False</i>) +<b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) <p> Public method used to initialize the subversion repository. </p><p> @@ -847,7 +847,7 @@ <h4>Subversion.vcsLog</h4> <b>vcsLog</b>(<i>name</i>) <p> - Public method used to view the log of a file/directory from the + Public method used to view the log of a file/directory from the Subversion repository. </p><dl> <dt><i>name</i></dt> @@ -866,7 +866,7 @@ </dd> </dl><a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a> <h4>Subversion.vcsMove</h4> -<b>vcsMove</b>(<i>name, project, target = None, noDialog = False</i>) +<b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>) <p> Public method used to move a file/directory. </p><dl> @@ -900,7 +900,7 @@ </dd> </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> <h4>Subversion.vcsNewProjectOptionsDialog</h4> -<b>vcsNewProjectOptionsDialog</b>(<i>parent = None</i>) +<b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) <p> Public method to get a dialog to enter repository info for getting a new project. </p><dl> @@ -910,7 +910,7 @@ </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>) +<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) <p> Public method to get a dialog to enter repository info. </p><dl> @@ -944,7 +944,7 @@ </dd> </dl><a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> <h4>Subversion.vcsRemove</h4> -<b>vcsRemove</b>(<i>name, project = False, noDialog = False</i>) +<b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) <p> Public method used to remove a file/directory from the Subversion repository. </p><p> @@ -999,7 +999,7 @@ <h4>Subversion.vcsStatus</h4> <b>vcsStatus</b>(<i>name</i>) <p> - Public method used to view the status of files/directories in the + Public method used to view the status of files/directories in the Subversion repository. </p><dl> <dt><i>name</i></dt> @@ -1021,7 +1021,7 @@ <h4>Subversion.vcsTag</h4> <b>vcsTag</b>(<i>name</i>) <p> - Public method used to set the tag of a file/directory in the + Public method used to set the tag of a file/directory in the Subversion repository. </p><dl> <dt><i>name</i></dt> @@ -1030,7 +1030,7 @@ </dd> </dl><a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a> <h4>Subversion.vcsUpdate</h4> -<b>vcsUpdate</b>(<i>name, noDialog = False</i>) +<b>vcsUpdate</b>(<i>name, noDialog=False</i>) <p> Public method used to update a file/directory with the Subversion repository. </p><dl>