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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -23,7 +23,8 @@
         """
         Constructor
 
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -66,7 +67,8 @@
         Public method to retrieve the entered data.
 
         @return tuple with list of revisions, phase and a flag indicating
-            a forced operation (list of strings, string, boolean)
+            a forced operation
+        @rtype tuple of (list of str, str, bool)
         """
         return (
             self.revisionsEdit.toPlainText().strip().splitlines(),

eric ide

mercurial