--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Mon Jul 22 20:08:29 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Tue Jul 23 18:34:55 2013 +0200 @@ -108,6 +108,9 @@ <td><a href="#Queues.hgQueueGuardsSetActive">hgQueueGuardsSetActive</a></td> <td>Public method to set the active guards.</td> </tr><tr> +<td><a href="#Queues.hgQueueInit">hgQueueInit</a></td> +<td>Public method to initialize a new queue repository.</td> +</tr><tr> <td><a href="#Queues.hgQueueListPatches">hgQueueListPatches</a></td> <td>Public method to show a list of all patches.</td> </tr><tr> @@ -132,6 +135,9 @@ <td><a href="#Queues.hgQueueShowPatch">hgQueueShowPatch</a></td> <td>Public method to show the contents of the current patch.</td> </tr><tr> +<td><a href="#Queues.hgQueueStatus">hgQueueStatus</a></td> +<td>Public method used to view the status of a queue repository.</td> +</tr><tr> <td><a href="#Queues.shutdown">shutdown</a></td> <td>Public method used to shutdown the queues interface.</td> </tr> @@ -348,6 +354,16 @@ <dd> file/directory name (string) </dd> +</dl><a NAME="Queues.hgQueueInit" ID="Queues.hgQueueInit"></a> +<h4>Queues.hgQueueInit</h4> +<b>hgQueueInit</b>(<i>name</i>) +<p> + Public method to initialize a new queue repository. +</p><dl> +<dt><i>name</i></dt> +<dd> +directory name (string) +</dd> </dl><a NAME="Queues.hgQueueListPatches" ID="Queues.hgQueueListPatches"></a> <h4>Queues.hgQueueListPatches</h4> <b>hgQueueListPatches</b>(<i>name</i>) @@ -451,6 +467,16 @@ <dd> file/directory name (string) </dd> +</dl><a NAME="Queues.hgQueueStatus" ID="Queues.hgQueueStatus"></a> +<h4>Queues.hgQueueStatus</h4> +<b>hgQueueStatus</b>(<i>name</i>) +<p> + Public method used to view the status of a queue repository. +</p><dl> +<dt><i>name</i></dt> +<dd> +directory name (string) +</dd> </dl><a NAME="Queues.shutdown" ID="Queues.shutdown"></a> <h4>Queues.shutdown</h4> <b>shutdown</b>(<i></i>)