--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Wed Nov 16 19:12:01 2016 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Wed Nov 16 20:03:45 2016 +0100 @@ -69,14 +69,8 @@ <td><a href="#HgCommitDialog.__init__">HgCommitDialog</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HgCommitDialog.amend">amend</a></td> -<td>Public method to retrieve the state of the amend flag.</td> -</tr><tr> -<td><a href="#HgCommitDialog.commitSubrepositories">commitSubrepositories</a></td> -<td>Public method to retrieve the state of the commit sub-repositories flag.</td> -</tr><tr> -<td><a href="#HgCommitDialog.logMessage">logMessage</a></td> -<td>Public method to retrieve the log message.</td> +<td><a href="#HgCommitDialog.getCommitData">getCommitData</a></td> +<td>Public method to retrieve the entered data for the commit.</td> </tr><tr> <td><a href="#HgCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> <td>Private slot called by the buttonBox accepted signal.</td> @@ -117,36 +111,22 @@ <dd> parent widget (QWidget) </dd> -</dl><a NAME="HgCommitDialog.amend" ID="HgCommitDialog.amend"></a> -<h4>HgCommitDialog.amend</h4> -<b>amend</b>(<i></i>) +</dl><a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a> +<h4>HgCommitDialog.getCommitData</h4> +<b>getCommitData</b>(<i></i>) <p> - Public method to retrieve the state of the amend flag. + Public method to retrieve the entered data for the commit. </p><dl> <dt>Returns:</dt> <dd> -state of the amend flag (boolean) +tuple containing the log message, a flag indicating to amend + the last commit and a flag indicating to commit subrepositories + as well </dd> -</dl><a NAME="HgCommitDialog.commitSubrepositories" ID="HgCommitDialog.commitSubrepositories"></a> -<h4>HgCommitDialog.commitSubrepositories</h4> -<b>commitSubrepositories</b>(<i></i>) -<p> - Public method to retrieve the state of the commit sub-repositories - flag. -</p><dl> -<dt>Returns:</dt> +</dl><dl> +<dt>Return Type:</dt> <dd> -state of the sub-repositories flag (boolean) -</dd> -</dl><a NAME="HgCommitDialog.logMessage" ID="HgCommitDialog.logMessage"></a> -<h4>HgCommitDialog.logMessage</h4> -<b>logMessage</b>(<i></i>) -<p> - Public method to retrieve the log message. -</p><dl> -<dt>Returns:</dt> -<dd> -the log message (string) +tuple of str, bool, bool </dd> </dl><a NAME="HgCommitDialog.on_buttonBox_accepted" ID="HgCommitDialog.on_buttonBox_accepted"></a> <h4>HgCommitDialog.on_buttonBox_accepted</h4>