--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Mon Feb 01 10:38:16 2021 +0100 @@ -526,7 +526,7 @@ </p> <a NAME="QueuesProjectHelper.__hgQueuePushPopPatches" ID="QueuesProjectHelper.__hgQueuePushPopPatches"></a> <h4>QueuesProjectHelper.__hgQueuePushPopPatches</h4> -<b>__hgQueuePushPopPatches</b>(<i>name, operation, doAll=False, named=False, force=False</i>) +<b>__hgQueuePushPopPatches</b>(<i>operation, doAll=False, named=False, force=False</i>) <p> Private method to push patches onto the stack or pop patches off the @@ -534,25 +534,21 @@ </p> <dl> -<dt><i>name</i></dt> -<dd> -file/directory name (string) -</dd> <dt><i>operation</i></dt> <dd> operation type to be performed (Queues.POP, Queues.PUSH, Queues.GOTO) </dd> -<dt><i>doAll=</i></dt> +<dt><i>doAll</i></dt> <dd> flag indicating to push/pop all (boolean) </dd> -<dt><i>named=</i></dt> +<dt><i>named</i></dt> <dd> flag indicating to push/pop until a named patch is at the top of the stack (boolean) </dd> -<dt><i>force=</i></dt> +<dt><i>force</i></dt> <dd> flag indicating a forceful pop (boolean) </dd> @@ -663,7 +659,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -676,7 +672,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>