src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py

branch
eric7
changeset 11073
d7c57d189e29
parent 11006
a671918232f3
child 11090
f5f5f5803935
diff -r f0959a159d74 -r d7c57d189e29 src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py	Tue Dec 03 09:35:02 2024 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py	Tue Dec 03 14:19:49 2024 +0100
@@ -15,7 +15,7 @@
 
 class Closehead(HgExtension):
     """
-    Class implementing the strip extension interface.
+    Class implementing the closehead extension interface.
     """
 
     def __init__(self, vcs, ui=None):
@@ -33,8 +33,8 @@
         """
         Public method to close arbitrary heads.
 
-        @param revisions revisions of branch heads to be closed
-        @type str
+        @param revisions list of revisions of branch heads to be closed
+        @type list of str
         """
         from .HgCloseHeadSelectionDialog import HgCloseHeadSelectionDialog
 

eric ide

mercurial