59 <tr> |
59 <tr> |
60 <td><a href="#Queues.__init__">Queues</a></td> |
60 <td><a href="#Queues.__init__">Queues</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#Queues.__getCommitMessage">__getCommitMessage</a></td> |
63 <td><a href="#Queues.__getCommitMessage">__getCommitMessage</a></td> |
64 <td>Public method to get the commit message of the current patch.</td> |
64 <td>Private method to get the commit message of the current patch.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#Queues.__getCurrentPatch">__getCurrentPatch</a></td> |
66 <td><a href="#Queues.__getCurrentPatch">__getCurrentPatch</a></td> |
67 <td>Public method to get the name of the current patch.</td> |
67 <td>Private method to get the name of the current patch.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#Queues.__getPatchesList">__getPatchesList</a></td> |
69 <td><a href="#Queues.__getPatchesList">__getPatchesList</a></td> |
70 <td>Public method to get a list of patches of a given type.</td> |
70 <td>Private method to get a list of patches of a given type.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#Queues.getGuardsList">getGuardsList</a></td> |
72 <td><a href="#Queues.getGuardsList">getGuardsList</a></td> |
73 <td>Public method to get a list of all guards defined.</td> |
73 <td>Public method to get a list of all guards defined.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#Queues.hgQueueCreateRenameQueue">hgQueueCreateRenameQueue</a></td> |
75 <td><a href="#Queues.hgQueueCreateRenameQueue">hgQueueCreateRenameQueue</a></td> |
158 </dd> |
158 </dd> |
159 </dl><a NAME="Queues.__getCommitMessage" ID="Queues.__getCommitMessage"></a> |
159 </dl><a NAME="Queues.__getCommitMessage" ID="Queues.__getCommitMessage"></a> |
160 <h4>Queues.__getCommitMessage</h4> |
160 <h4>Queues.__getCommitMessage</h4> |
161 <b>__getCommitMessage</b>(<i>repodir</i>) |
161 <b>__getCommitMessage</b>(<i>repodir</i>) |
162 <p> |
162 <p> |
163 Public method to get the commit message of the current patch. |
163 Private method to get the commit message of the current patch. |
164 </p><dl> |
164 </p><dl> |
165 <dt><i>repodir</i></dt> |
165 <dt><i>repodir</i></dt> |
166 <dd> |
166 <dd> |
167 directory name of the repository (string) |
167 directory name of the repository (string) |
168 </dd> |
168 </dd> |
173 </dd> |
173 </dd> |
174 </dl><a NAME="Queues.__getCurrentPatch" ID="Queues.__getCurrentPatch"></a> |
174 </dl><a NAME="Queues.__getCurrentPatch" ID="Queues.__getCurrentPatch"></a> |
175 <h4>Queues.__getCurrentPatch</h4> |
175 <h4>Queues.__getCurrentPatch</h4> |
176 <b>__getCurrentPatch</b>(<i>repodir</i>) |
176 <b>__getCurrentPatch</b>(<i>repodir</i>) |
177 <p> |
177 <p> |
178 Public method to get the name of the current patch. |
178 Private method to get the name of the current patch. |
179 </p><dl> |
179 </p><dl> |
180 <dt><i>repodir</i></dt> |
180 <dt><i>repodir</i></dt> |
181 <dd> |
181 <dd> |
182 directory name of the repository (string) |
182 directory name of the repository (string) |
183 </dd> |
183 </dd> |
188 </dd> |
188 </dd> |
189 </dl><a NAME="Queues.__getPatchesList" ID="Queues.__getPatchesList"></a> |
189 </dl><a NAME="Queues.__getPatchesList" ID="Queues.__getPatchesList"></a> |
190 <h4>Queues.__getPatchesList</h4> |
190 <h4>Queues.__getPatchesList</h4> |
191 <b>__getPatchesList</b>(<i>repodir, listType, withSummary=False</i>) |
191 <b>__getPatchesList</b>(<i>repodir, listType, withSummary=False</i>) |
192 <p> |
192 <p> |
193 Public method to get a list of patches of a given type. |
193 Private method to get a list of patches of a given type. |
194 </p><dl> |
194 </p><dl> |
195 <dt><i>repodir</i></dt> |
195 <dt><i>repodir</i></dt> |
196 <dd> |
196 <dd> |
197 directory name of the repository (string) |
197 directory name of the repository (string) |
198 </dd><dt><i>listType</i></dt> |
198 </dd><dt><i>listType</i></dt> |