118 Public method to retrieve the entered data for the commit. |
118 Public method to retrieve the entered data for the commit. |
119 </p><dl> |
119 </p><dl> |
120 <dt>Returns:</dt> |
120 <dt>Returns:</dt> |
121 <dd> |
121 <dd> |
122 tuple containing the log message, a flag indicating to amend |
122 tuple containing the log message, a flag indicating to amend |
123 the last commit and a flag indicating to commit subrepositories |
123 the last commit, a flag indicating to commit subrepositories as |
124 as well |
124 well, name of the author and date/time of the commit |
125 </dd> |
125 </dd> |
126 </dl><dl> |
126 </dl><dl> |
127 <dt>Return Type:</dt> |
127 <dt>Return Type:</dt> |
128 <dd> |
128 <dd> |
129 tuple of str, bool, bool |
129 tuple of str, bool, bool, str, str |
130 </dd> |
130 </dd> |
131 </dl><a NAME="HgCommitDialog.on_buttonBox_accepted" ID="HgCommitDialog.on_buttonBox_accepted"></a> |
131 </dl><a NAME="HgCommitDialog.on_buttonBox_accepted" ID="HgCommitDialog.on_buttonBox_accepted"></a> |
132 <h4>HgCommitDialog.on_buttonBox_accepted</h4> |
132 <h4>HgCommitDialog.on_buttonBox_accepted</h4> |
133 <b>on_buttonBox_accepted</b>(<i></i>) |
133 <b>on_buttonBox_accepted</b>(<i></i>) |
134 <p> |
134 <p> |