diff -r 732f94385668 -r 03f59d88a62d Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Jun 02 17:41:24 2012 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sun Jun 03 12:51:15 2012 +0200 @@ -112,6 +112,9 @@ <td><a href="#Subversion.svnExtendedDiff">svnExtendedDiff</a></td> <td>Public method used to view the difference of a file/directory to the Subversion repository.</td> </tr><tr> +<td><a href="#Subversion.svnGetChangelists">svnGetChangelists</a></td> +<td>Public method to get a list of all defined change lists.</td> +</tr><tr> <td><a href="#Subversion.svnGetReposName">svnGetReposName</a></td> <td>Public method used to retrieve the URL of the subversion repository path.</td> </tr><tr> @@ -148,6 +151,9 @@ <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> <td>Public method used to add a property to a file/directory.</td> </tr><tr> +<td><a href="#Subversion.svnShowChangelists">svnShowChangelists</a></td> +<td>Public method used to inspect the change lists defined for the project.</td> +</tr><tr> <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> <td>Public method used to unlock a file in the Subversion repository.</td> </tr><tr> @@ -499,6 +505,16 @@ <dd> file/directory name to be diffed (string) </dd> +</dl><a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a> +<h4>Subversion.svnGetChangelists</h4> +<b>svnGetChangelists</b>(<i></i>) +<p> + Public method to get a list of all defined change lists. +</p><dl> +<dt>Returns:</dt> +<dd> +list of defined change list names (list of strings) +</dd> </dl><a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> <h4>Subversion.svnGetReposName</h4> <b>svnGetReposName</b>(<i>path</i>) @@ -652,6 +668,16 @@ <dd> flag indicating a recursive set is requested </dd> +</dl><a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a> +<h4>Subversion.svnShowChangelists</h4> +<b>svnShowChangelists</b>(<i>path</i>) +<p> + Public method used to inspect the change lists defined for the project. +</p><dl> +<dt><i>path</i></dt> +<dd> +directory name to show change lists for (string) +</dd> </dl><a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> <h4>Subversion.svnUnlock</h4> <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>)