diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py --- a/eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py Sat Dec 19 15:22:26 2020 +0100 @@ -820,10 +820,10 @@ @param name file/directory name (string) @param operation operation type to be performed (Queues.POP, Queues.PUSH, Queues.GOTO) - @keyparam doAll flag indicating to push/pop all (boolean) - @keyparam named flag indicating to push/pop until a named patch + @param doAll flag indicating to push/pop all (boolean) + @param named flag indicating to push/pop until a named patch is at the top of the stack (boolean) - @keyparam force flag indicating a forceful pop (boolean) + @param force flag indicating a forceful pop (boolean) """ shouldReopen = self.vcs.getExtensionObject("mq").hgQueuePushPopPatches( name, operation=operation, doAll=doAll, named=named, force=force)