--- 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(),