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