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

changeset 1068
090e5be55051
parent 1066
a3dd41fd9ea8
child 1074
ed2585464f12
equal deleted inserted replaced
1067:1a6dd77e6413 1068:090e5be55051
148 <td>Private slot used to push patches onto the stack until a named one is at the top.</td> 148 <td>Private slot used to push patches onto the stack until a named one is at the top.</td>
149 </tr><tr> 149 </tr><tr>
150 <td><a href="#QueuesProjectHelper.__hgQueuePushPatchesForced">__hgQueuePushPatchesForced</a></td> 150 <td><a href="#QueuesProjectHelper.__hgQueuePushPatchesForced">__hgQueuePushPatchesForced</a></td>
151 <td>Private slot used to push patches onto the stack until a named one is at the top on top of local changes.</td> 151 <td>Private slot used to push patches onto the stack until a named one is at the top on top of local changes.</td>
152 </tr><tr> 152 </tr><tr>
153 <td><a href="#QueuesProjectHelper.__hgQueuePushPopPatches">__hgQueuePushPopPatches</a></td>
154 <td>Private method to push patches onto the stack or pop patches off the stack.</td>
155 </tr><tr>
153 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatch">__hgQueueRefreshPatch</a></td> 156 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatch">__hgQueueRefreshPatch</a></td>
154 <td>Private slot used to refresh the current patch.</td> 157 <td>Private slot used to refresh the current patch.</td>
155 </tr><tr> 158 </tr><tr>
156 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatchMessage">__hgQueueRefreshPatchMessage</a></td> 159 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatchMessage">__hgQueueRefreshPatchMessage</a></td>
157 <td>Private slot used to refresh the current patch and it's commit message.</td> 160 <td>Private slot used to refresh the current patch and it's commit message.</td>
362 <h4>QueuesProjectHelper.__hgQueuePushPatchesForced</h4> 365 <h4>QueuesProjectHelper.__hgQueuePushPatchesForced</h4>
363 <b>__hgQueuePushPatchesForced</b>(<i></i>) 366 <b>__hgQueuePushPatchesForced</b>(<i></i>)
364 <p> 367 <p>
365 Private slot used to push patches onto the stack until a named 368 Private slot used to push patches onto the stack until a named
366 one is at the top on top of local changes. 369 one is at the top on top of local changes.
367 </p><a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a> 370 </p><a NAME="QueuesProjectHelper.__hgQueuePushPopPatches" ID="QueuesProjectHelper.__hgQueuePushPopPatches"></a>
371 <h4>QueuesProjectHelper.__hgQueuePushPopPatches</h4>
372 <b>__hgQueuePushPopPatches</b>(<i>name, operation, all=False, named=False, force=False</i>)
373 <p>
374 Private method to push patches onto the stack or pop patches off the stack.
375 </p><dl>
376 <dt><i>name</i></dt>
377 <dd>
378 file/directory name (string)
379 </dd><dt><i>operation</i></dt>
380 <dd>
381 operation type to be performed (Queues.POP,
382 Queues.PUSH, Queues.GOTO)
383 </dd><dt><i>all=</i></dt>
384 <dd>
385 flag indicating to push/pop all (boolean)
386 </dd><dt><i>named=</i></dt>
387 <dd>
388 flag indicating to push/pop until a named patch
389 is at the top of the stack (boolean)
390 </dd><dt><i>force=</i></dt>
391 <dd>
392 flag indicating a forceful pop (boolean)
393 </dd>
394 </dl><dl>
395 <dt>Returns:</dt>
396 <dd>
397 flag indicating that the project should be reread (boolean)
398 </dd>
399 </dl><a NAME="QueuesProjectHelper.__hgQueueRefreshPatch" ID="QueuesProjectHelper.__hgQueueRefreshPatch"></a>
368 <h4>QueuesProjectHelper.__hgQueueRefreshPatch</h4> 400 <h4>QueuesProjectHelper.__hgQueueRefreshPatch</h4>
369 <b>__hgQueueRefreshPatch</b>(<i></i>) 401 <b>__hgQueueRefreshPatch</b>(<i></i>)
370 <p> 402 <p>
371 Private slot used to refresh the current patch. 403 Private slot used to refresh the current patch.
372 </p><a NAME="QueuesProjectHelper.__hgQueueRefreshPatchMessage" ID="QueuesProjectHelper.__hgQueueRefreshPatchMessage"></a> 404 </p><a NAME="QueuesProjectHelper.__hgQueueRefreshPatchMessage" ID="QueuesProjectHelper.__hgQueueRefreshPatchMessage"></a>

eric ide

mercurial