7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
207 | 207 |
208 <p> | 208 <p> |
209 Private method to get the commit message of the current patch. | 209 Private method to get the commit message of the current patch. |
210 </p> | 210 </p> |
211 <dl> | 211 <dl> |
212 <dt>Returns:</dt> | 212 <dt>Return:</dt> |
213 <dd> | 213 <dd> |
214 name of the current patch (string) | 214 name of the current patch (string) |
215 </dd> | 215 </dd> |
216 </dl> | 216 </dl> |
217 <a NAME="Queues.__getCurrentPatch" ID="Queues.__getCurrentPatch"></a> | 217 <a NAME="Queues.__getCurrentPatch" ID="Queues.__getCurrentPatch"></a> |
220 | 220 |
221 <p> | 221 <p> |
222 Private method to get the name of the current patch. | 222 Private method to get the name of the current patch. |
223 </p> | 223 </p> |
224 <dl> | 224 <dl> |
225 <dt>Returns:</dt> | 225 <dt>Return:</dt> |
226 <dd> | 226 <dd> |
227 name of the current patch (string) | 227 name of the current patch (string) |
228 </dd> | 228 </dd> |
229 </dl> | 229 </dl> |
230 <a NAME="Queues.__getPatchesList" ID="Queues.__getPatchesList"></a> | 230 <a NAME="Queues.__getPatchesList" ID="Queues.__getPatchesList"></a> |
245 <dd> | 245 <dd> |
246 flag indicating to get a summary as well (boolean) | 246 flag indicating to get a summary as well (boolean) |
247 </dd> | 247 </dd> |
248 </dl> | 248 </dl> |
249 <dl> | 249 <dl> |
250 <dt>Returns:</dt> | 250 <dt>Return:</dt> |
251 <dd> | 251 <dd> |
252 list of patches (list of string) | 252 list of patches (list of string) |
253 </dd> | 253 </dd> |
254 </dl> | 254 </dl> |
255 <dl> | 255 <dl> |
272 <dd> | 272 <dd> |
273 flag indicating to get all guards (boolean) | 273 flag indicating to get all guards (boolean) |
274 </dd> | 274 </dd> |
275 </dl> | 275 </dl> |
276 <dl> | 276 <dl> |
277 <dt>Returns:</dt> | 277 <dt>Return:</dt> |
278 <dd> | 278 <dd> |
279 sorted list of guards (list of strings) | 279 sorted list of guards (list of strings) |
280 </dd> | 280 </dd> |
281 </dl> | 281 </dl> |
282 <a NAME="Queues.hgQueueCreateRenameQueue" ID="Queues.hgQueueCreateRenameQueue"></a> | 282 <a NAME="Queues.hgQueueCreateRenameQueue" ID="Queues.hgQueueCreateRenameQueue"></a> |
449 <dd> | 449 <dd> |
450 flag indicating a forceful pop (boolean) | 450 flag indicating a forceful pop (boolean) |
451 </dd> | 451 </dd> |
452 </dl> | 452 </dl> |
453 <dl> | 453 <dl> |
454 <dt>Returns:</dt> | 454 <dt>Return:</dt> |
455 <dd> | 455 <dd> |
456 flag indicating that the project should be reread (boolean) | 456 flag indicating that the project should be reread (boolean) |
457 </dd> | 457 </dd> |
458 </dl> | 458 </dl> |
459 <dl> | 459 <dl> |