--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,14 +82,13 @@ </p> <dl> -<dt><i>commits</i></dt> +<dt><i>commits</i> (list of str)</dt> <dd> -list of commits to show in the commits pane (list of - strings) +list of commits to show in the commits pane </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="GitCherryPickDialog.getData" ID="GitCherryPickDialog.getData"></a> @@ -105,7 +104,13 @@ tuple with list of commits, a flag indicating to append cherry-pick info to the commit message, a flag indicating to append a signed-off-by line to the commit message and a flag indicating to - not commit the action (list of strings, boolean, boolean, boolean) + not commit the action +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, bool, bool, bool) </dd> </dl> <a NAME="GitCherryPickDialog.on_commitsEdit_textChanged" ID="GitCherryPickDialog.on_commitsEdit_textChanged"></a>