--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Mon Sep 27 16:41:31 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Mon Sep 27 16:44:54 2021 +0200 @@ -203,6 +203,10 @@ <td>Public method used to add a file/directory in binary mode to the Subversion repository.</td> </tr> <tr> +<td><a href="#Subversion.vcsAddCommitMessage">vcsAddCommitMessage</a></td> +<td>Public method to add a commit message to the list of saved messages.</td> +</tr> +<tr> <td><a href="#Subversion.vcsAddTree">vcsAddTree</a></td> <td>Public method to add a directory tree rooted at path to the Subversion repository.</td> </tr> @@ -219,6 +223,10 @@ <td>Public method used to cleanup the working copy.</td> </tr> <tr> +<td><a href="#Subversion.vcsClearCommitMessages">vcsClearCommitMessages</a></td> +<td>Public method to clear the list of saved messages.</td> +</tr> +<tr> <td><a href="#Subversion.vcsCommandLine">vcsCommandLine</a></td> <td>Public method used to execute arbitrary subversion commands.</td> </tr> @@ -227,6 +235,10 @@ <td>Public method used to make the change of a file/directory permanent in the Subversion repository.</td> </tr> <tr> +<td><a href="#Subversion.vcsCommitMessages">vcsCommitMessages</a></td> +<td>Public method to get the list of saved commit messages.</td> +</tr> +<tr> <td><a href="#Subversion.vcsConvertProject">vcsConvertProject</a></td> <td>Public method to convert an uncontrolled project to a version controlled project.</td> </tr> @@ -1034,6 +1046,20 @@ flag indicating name is a directory (boolean) </dd> </dl> +<a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a> +<h4>Subversion.vcsAddCommitMessage</h4> +<b>vcsAddCommitMessage</b>(<i>message</i>) + +<p> + Public method to add a commit message to the list of saved messages. +</p> +<dl> + +<dt><i>message</i> (str)</dt> +<dd> +message to be added +</dd> +</dl> <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a> <h4>Subversion.vcsAddTree</h4> <b>vcsAddTree</b>(<i>path</i>) @@ -1128,6 +1154,13 @@ directory name to be cleaned up (string) </dd> </dl> +<a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a> +<h4>Subversion.vcsClearCommitMessages</h4> +<b>vcsClearCommitMessages</b>(<i></i>) + +<p> + Public method to clear the list of saved messages. +</p> <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a> <h4>Subversion.vcsCommandLine</h4> <b>vcsCommandLine</b>(<i>name</i>) @@ -1166,6 +1199,25 @@ flag indicating quiet operations </dd> </dl> +<a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a> +<h4>Subversion.vcsCommitMessages</h4> +<b>vcsCommitMessages</b>(<i></i>) + +<p> + Public method to get the list of saved commit messages. +</p> +<dl> +<dt>Return:</dt> +<dd> +list of saved commit messages +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> <h4>Subversion.vcsConvertProject</h4> <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>)