Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html

changeset 1068
090e5be55051
parent 1066
a3dd41fd9ea8
child 1074
ed2585464f12
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html	Sat May 28 12:57:01 2011 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html	Sat May 28 13:00:35 2011 +0200
@@ -150,6 +150,9 @@
 <td><a href="#QueuesProjectHelper.__hgQueuePushPatchesForced">__hgQueuePushPatchesForced</a></td>
 <td>Private slot used to push patches onto the stack until a named one is at the top on top of local changes.</td>
 </tr><tr>
+<td><a href="#QueuesProjectHelper.__hgQueuePushPopPatches">__hgQueuePushPopPatches</a></td>
+<td>Private method to push patches onto the stack or pop patches off the stack.</td>
+</tr><tr>
 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatch">__hgQueueRefreshPatch</a></td>
 <td>Private slot used to refresh the current patch.</td>
 </tr><tr>
@@ -364,7 +367,36 @@
 <p>
         Private slot used to push patches onto the stack until a named
         one is at the top on top of local changes.
-</p><a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a>
+</p><a NAME="QueuesProjectHelper.__hgQueuePushPopPatches" ID="QueuesProjectHelper.__hgQueuePushPopPatches"></a>
+<h4>QueuesProjectHelper.__hgQueuePushPopPatches</h4>
+<b>__hgQueuePushPopPatches</b>(<i>name, operation, all=False, named=False, force=False</i>)
+<p>
+        Private method to push patches onto the stack or pop patches off the stack.
+</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>all=</i></dt>
+<dd>
+flag indicating to push/pop all (boolean)
+</dd><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>
+<dd>
+flag indicating a forceful pop (boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating that the project should be reread (boolean)
+</dd>
+</dl><a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a>
 <h4>QueuesProjectHelper.__hgQueueRefreshPatch</h4>
 <b>__hgQueueRefreshPatch</b>(<i></i>)
 <p>

eric ide

mercurial