--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -67,7 +67,7 @@ <td>Public method to retrieve the entered data.</td> </tr><tr> <td><a href="#HgGraftDialog.on_currentUserCheckBox_toggled">on_currentUserCheckBox_toggled</a></td> -<td>Private slot to handle changes of the currentuser state.</td> +<td>Private slot to handle changes of the current user state.</td> </tr><tr> <td><a href="#HgGraftDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> <td>Private slot to react upon changes of revisions.</td> @@ -89,16 +89,15 @@ <p> Constructor </p><dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> -reference to the VCS object (Hg) -</dd><dt><i>revs</i></dt> +reference to the VCS object +</dd><dt><i>revs</i> (list of str)</dt> <dd> -list of revisions to show in the revisions pane (list of - strings) -</dd><dt><i>parent</i></dt> +list of revisions to show in the revisions pane +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a> <h4>HgGraftDialog.__updateOk</h4> @@ -118,19 +117,24 @@ current user and the user name, another tuple giving a flag indicating to set the date, a flag indicating to use the current date and the date, a flag indicating to append graft info - to the log message and a flag indicating a dry-run (list of - strings, (boolean, boolean, string), (boolean, boolean, string), - boolean, boolean) + to the log message, a flag indicating a dry-run and a flag + indicating to not commit the copied changesets +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, (bool, bool, str), (bool, bool, str), + bool, bool, bool) </dd> </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a> <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4> <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) <p> - Private slot to handle changes of the currentuser state. + Private slot to handle changes of the current user state. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag giving the checked state (boolean) +flag giving the checked state </dd> </dl><a NAME="HgGraftDialog.on_revisionsEdit_textChanged" ID="HgGraftDialog.on_revisionsEdit_textChanged"></a> <h4>HgGraftDialog.on_revisionsEdit_textChanged</h4> @@ -153,9 +157,9 @@ <p> Private slot to handle changes of the user group state. </p><dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag giving the checked state (boolean) +flag giving the checked state </dd> </dl> <div align="right"><a href="#top">Up</a></div>