src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- 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>

eric ide

mercurial