Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py

changeset 6466
dac80ad0de75
parent 6459
68c13732795b
child 6645
ad476851d7e0
--- a/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py	Sat Aug 04 15:39:15 2018 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py	Sat Aug 04 15:47:11 2018 +0200
@@ -24,10 +24,16 @@
         """
         Constructor
         
-        @param tagsList list of tags (list of strings)
-        @param branchesList list of branches (list of strings)
-        @param bookmarksList list of bookmarks (list of strings)
-        @param parent reference to the parent widget (QWidget)
+        @param tagsList list of tags
+        @type list of str
+        @param branchesList list of branches
+        @type list of str
+        @param bookmarksList list of bookmarks
+        @type list of str
+        @param version tuple giving the Mercurial version
+        @type tuple of int
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super(HgRebaseDialog, self).__init__(parent)
         self.setupUi(self)

eric ide

mercurial