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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -102,25 +102,25 @@
 </p>
 <dl>
 
-<dt><i>branchlist</i></dt>
+<dt><i>branchlist</i> (list of str)</dt>
 <dd>
-list of previously entered branches (list of strings)
+list of previously entered branches
 </dd>
-<dt><i>revision</i></dt>
+<dt><i>revision</i> (str)</dt>
 <dd>
-revision to set tag for (string)
+revision to set tag for
 </dd>
-<dt><i>branchName</i></dt>
+<dt><i>branchName</i> (str)</dt>
 <dd>
-name of the branch (string)
+name of the branch
 </dd>
-<dt><i>branchOp</i></dt>
+<dt><i>branchOp</i> (int)</dt>
 <dd>
-desired branch operation (integer)
+desired branch operation
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="GitBranchDialog.__updateOK" ID="GitBranchDialog.__updateOK"></a>
@@ -140,9 +140,15 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of an int, four strings and a boolean
-            (branch operation, branch name, revision, new branch name,
-            remote branch name, enforce operation)
+tuple containing the branch operation, branch name, revision,
+            new branch name, remote branch name and a flag indicating to enforce
+            the operation
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (int, str, str, str, str, bool)
 </dd>
 </dl>
 <a NAME="GitBranchDialog.on_branchCombo_editTextChanged" ID="GitBranchDialog.on_branchCombo_editTextChanged"></a>
@@ -154,9 +160,9 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-branch name entered in the combo (string)
+branch name entered in the combo
 </dd>
 </dl>
 <a NAME="GitBranchDialog.on_createTrackingButton_toggled" ID="GitBranchDialog.on_createTrackingButton_toggled"></a>
@@ -168,9 +174,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the selection (boolean)
+state of the selection
 </dd>
 </dl>
 <a NAME="GitBranchDialog.on_newBranchNameEdit_textChanged" ID="GitBranchDialog.on_newBranchNameEdit_textChanged"></a>
@@ -182,9 +188,9 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-new branch name entered (string)
+new branch name entered
 </dd>
 </dl>
 <a NAME="GitBranchDialog.on_setTrackingButton_toggled" ID="GitBranchDialog.on_setTrackingButton_toggled"></a>
@@ -196,9 +202,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the selection (boolean)
+state of the selection
 </dd>
 </dl>
 <a NAME="GitBranchDialog.on_unsetTrackingButton_toggled" ID="GitBranchDialog.on_unsetTrackingButton_toggled"></a>
@@ -210,9 +216,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-state of the selection (boolean)
+state of the selection
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial