106 <td>Public method to list all guards of all patches.</td> |
106 <td>Public method to list all guards of all patches.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#Queues.hgQueueGuardsSetActive">hgQueueGuardsSetActive</a></td> |
108 <td><a href="#Queues.hgQueueGuardsSetActive">hgQueueGuardsSetActive</a></td> |
109 <td>Public method to set the active guards.</td> |
109 <td>Public method to set the active guards.</td> |
110 </tr><tr> |
110 </tr><tr> |
|
111 <td><a href="#Queues.hgQueueInit">hgQueueInit</a></td> |
|
112 <td>Public method to initialize a new queue repository.</td> |
|
113 </tr><tr> |
111 <td><a href="#Queues.hgQueueListPatches">hgQueueListPatches</a></td> |
114 <td><a href="#Queues.hgQueueListPatches">hgQueueListPatches</a></td> |
112 <td>Public method to show a list of all patches.</td> |
115 <td>Public method to show a list of all patches.</td> |
113 </tr><tr> |
116 </tr><tr> |
114 <td><a href="#Queues.hgQueueListQueues">hgQueueListQueues</a></td> |
117 <td><a href="#Queues.hgQueueListQueues">hgQueueListQueues</a></td> |
115 <td>Public method to list available queues.</td> |
118 <td>Public method to list available queues.</td> |
129 <td><a href="#Queues.hgQueueShowHeader">hgQueueShowHeader</a></td> |
132 <td><a href="#Queues.hgQueueShowHeader">hgQueueShowHeader</a></td> |
130 <td>Public method to show the commit message of the current patch.</td> |
133 <td>Public method to show the commit message of the current patch.</td> |
131 </tr><tr> |
134 </tr><tr> |
132 <td><a href="#Queues.hgQueueShowPatch">hgQueueShowPatch</a></td> |
135 <td><a href="#Queues.hgQueueShowPatch">hgQueueShowPatch</a></td> |
133 <td>Public method to show the contents of the current patch.</td> |
136 <td>Public method to show the contents of the current patch.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#Queues.hgQueueStatus">hgQueueStatus</a></td> |
|
139 <td>Public method used to view the status of a queue repository.</td> |
134 </tr><tr> |
140 </tr><tr> |
135 <td><a href="#Queues.shutdown">shutdown</a></td> |
141 <td><a href="#Queues.shutdown">shutdown</a></td> |
136 <td>Public method used to shutdown the queues interface.</td> |
142 <td>Public method used to shutdown the queues interface.</td> |
137 </tr> |
143 </tr> |
138 </table> |
144 </table> |
346 </p><dl> |
352 </p><dl> |
347 <dt><i>name</i></dt> |
353 <dt><i>name</i></dt> |
348 <dd> |
354 <dd> |
349 file/directory name (string) |
355 file/directory name (string) |
350 </dd> |
356 </dd> |
|
357 </dl><a NAME="Queues.hgQueueInit" ID="Queues.hgQueueInit"></a> |
|
358 <h4>Queues.hgQueueInit</h4> |
|
359 <b>hgQueueInit</b>(<i>name</i>) |
|
360 <p> |
|
361 Public method to initialize a new queue repository. |
|
362 </p><dl> |
|
363 <dt><i>name</i></dt> |
|
364 <dd> |
|
365 directory name (string) |
|
366 </dd> |
351 </dl><a NAME="Queues.hgQueueListPatches" ID="Queues.hgQueueListPatches"></a> |
367 </dl><a NAME="Queues.hgQueueListPatches" ID="Queues.hgQueueListPatches"></a> |
352 <h4>Queues.hgQueueListPatches</h4> |
368 <h4>Queues.hgQueueListPatches</h4> |
353 <b>hgQueueListPatches</b>(<i>name</i>) |
369 <b>hgQueueListPatches</b>(<i>name</i>) |
354 <p> |
370 <p> |
355 Public method to show a list of all patches. |
371 Public method to show a list of all patches. |
448 Public method to show the contents of the current patch. |
464 Public method to show the contents of the current patch. |
449 </p><dl> |
465 </p><dl> |
450 <dt><i>name</i></dt> |
466 <dt><i>name</i></dt> |
451 <dd> |
467 <dd> |
452 file/directory name (string) |
468 file/directory name (string) |
|
469 </dd> |
|
470 </dl><a NAME="Queues.hgQueueStatus" ID="Queues.hgQueueStatus"></a> |
|
471 <h4>Queues.hgQueueStatus</h4> |
|
472 <b>hgQueueStatus</b>(<i>name</i>) |
|
473 <p> |
|
474 Public method used to view the status of a queue repository. |
|
475 </p><dl> |
|
476 <dt><i>name</i></dt> |
|
477 <dd> |
|
478 directory name (string) |
453 </dd> |
479 </dd> |
454 </dl><a NAME="Queues.shutdown" ID="Queues.shutdown"></a> |
480 </dl><a NAME="Queues.shutdown" ID="Queues.shutdown"></a> |
455 <h4>Queues.shutdown</h4> |
481 <h4>Queues.shutdown</h4> |
456 <b>shutdown</b>(<i></i>) |
482 <b>shutdown</b>(<i></i>) |
457 <p> |
483 <p> |