src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -75,7 +75,8 @@
         """
         Private slot to handle changes of the Multiple select button.
 
-        @param checked state of the button (boolean)
+        @param checked state of the button
+        @type bool
         """
         self.__updateOK()
 
@@ -84,7 +85,8 @@
         """
         Private slot to handle changes of the Tag select button.
 
-        @param checked state of the button (boolean)
+        @param checked state of the button
+        @type bool
         """
         self.__updateOK()
 
@@ -93,7 +95,8 @@
         """
         Private slot to handle changes of the Branch select button.
 
-        @param checked state of the button (boolean)
+        @param checked state of the button
+        @type bool
         """
         self.__updateOK()
 
@@ -102,7 +105,8 @@
         """
         Private slot to handle changes of the Bookmark select button.
 
-        @param checked state of the button (boolean)
+        @param checked state of the button
+        @type bool
         """
         self.__updateOK()
 
@@ -118,7 +122,8 @@
         """
         Private slot to handle changes of the Tag combo.
 
-        @param txt text of the combo (string)
+        @param txt text of the combo
+        @type str
         """
         self.__updateOK()
 
@@ -127,7 +132,8 @@
         """
         Private slot to handle changes of the Branch combo.
 
-        @param txt text of the combo (string)
+        @param txt text of the combo
+        @type str
         """
         self.__updateOK()
 
@@ -136,7 +142,8 @@
         """
         Private slot to handle changes of the Bookmark combo.
 
-        @param txt text of the combo (string)
+        @param txt text of the combo
+        @type str
         """
         self.__updateOK()
 
@@ -145,8 +152,8 @@
         Public method to retrieve the bundle data.
 
         @return tuple naming the revisions, base revisions, the compression
-            type and a flag indicating to bundle all changesets (string,
-            string, boolean)
+            type and a flag indicating to bundle all changesets
+        @rtype tuple of (str, str, bool)
         """
         if self.multipleButton.isChecked():
             revs = [

eric ide

mercurial