213 <dd> |
213 <dd> |
214 raised to indicate an invalid patch list type |
214 raised to indicate an invalid patch list type |
215 </dd> |
215 </dd> |
216 </dl><a NAME="Queues.getGuardsList" ID="Queues.getGuardsList"></a> |
216 </dl><a NAME="Queues.getGuardsList" ID="Queues.getGuardsList"></a> |
217 <h4>Queues.getGuardsList</h4> |
217 <h4>Queues.getGuardsList</h4> |
218 <b>getGuardsList</b>(<i>repodir, all=True</i>) |
218 <b>getGuardsList</b>(<i>repodir, allGuards=True</i>) |
219 <p> |
219 <p> |
220 Public method to get a list of all guards defined. |
220 Public method to get a list of all guards defined. |
221 </p><dl> |
221 </p><dl> |
222 <dt><i>repodir</i></dt> |
222 <dt><i>repodir</i></dt> |
223 <dd> |
223 <dd> |
224 directory name of the repository (string) |
224 directory name of the repository (string) |
225 </dd><dt><i>all</i></dt> |
225 </dd><dt><i>allGuards</i></dt> |
226 <dd> |
226 <dd> |
227 flag indicating to get all guards (boolean) |
227 flag indicating to get all guards (boolean) |
228 </dd> |
228 </dd> |
229 </dl><dl> |
229 </dl><dl> |
230 <dt>Returns:</dt> |
230 <dt>Returns:</dt> |
404 <dd> |
404 <dd> |
405 file/directory name (string) |
405 file/directory name (string) |
406 </dd> |
406 </dd> |
407 </dl><a NAME="Queues.hgQueuePushPopPatches" ID="Queues.hgQueuePushPopPatches"></a> |
407 </dl><a NAME="Queues.hgQueuePushPopPatches" ID="Queues.hgQueuePushPopPatches"></a> |
408 <h4>Queues.hgQueuePushPopPatches</h4> |
408 <h4>Queues.hgQueuePushPopPatches</h4> |
409 <b>hgQueuePushPopPatches</b>(<i>name, operation, all=False, named=False, force=False</i>) |
409 <b>hgQueuePushPopPatches</b>(<i>name, operation, doAll=False, named=False, force=False</i>) |
410 <p> |
410 <p> |
411 Public method to push patches onto the stack or pop patches off the |
411 Public method to push patches onto the stack or pop patches off the |
412 stack. |
412 stack. |
413 </p><dl> |
413 </p><dl> |
414 <dt><i>name</i></dt> |
414 <dt><i>name</i></dt> |
416 file/directory name (string) |
416 file/directory name (string) |
417 </dd><dt><i>operation</i></dt> |
417 </dd><dt><i>operation</i></dt> |
418 <dd> |
418 <dd> |
419 operation type to be performed (Queues.POP, |
419 operation type to be performed (Queues.POP, |
420 Queues.PUSH, Queues.GOTO) |
420 Queues.PUSH, Queues.GOTO) |
421 </dd><dt><i>all=</i></dt> |
421 </dd><dt><i>doAll=</i></dt> |
422 <dd> |
422 <dd> |
423 flag indicating to push/pop all (boolean) |
423 flag indicating to push/pop all (boolean) |
424 </dd><dt><i>named=</i></dt> |
424 </dd><dt><i>named=</i></dt> |
425 <dd> |
425 <dd> |
426 flag indicating to push/pop until a named patch |
426 flag indicating to push/pop until a named patch |