eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py

changeset 7900
72b88fb20261
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py	Sat Dec 19 15:22:26 2020 +0100
@@ -296,10 +296,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)
         @return flag indicating that the project should be reread (boolean)
         @exception ValueError raised to indicate an invalid operation
         """

eric ide

mercurial