Module implementing the queues extension interface.
None |
Queues | Class implementing the queues extension interface. |
None |
Class implementing the queues extension interface.
APPLIED_LIST |
GOTO |
POP |
PUSH |
QUEUE_ACTIVATE |
QUEUE_DELETE |
QUEUE_PURGE |
SERIES_LIST |
UNAPPLIED_LIST |
None |
Queues | Constructor |
__getCommitMessage | Private method to get the commit message of the current patch. |
__getCurrentPatch | Private method to get the name of the current patch. |
__getPatchesList | Private method to get a list of patches of a given type. |
getGuardsList | Public method to get a list of all guards defined. |
hgQueueCreateRenameQueue | Public method to create a new queue or rename the active queue. |
hgQueueDeletePatch | Public method to delete a selected unapplied patch. |
hgQueueDeletePurgeActivateQueue | Public method to delete the reference to a queue and optionally remove the patch directory or set the active queue. |
hgQueueFinishAppliedPatches | Public method to finish all applied patches. |
hgQueueFoldUnappliedPatches | Public method to fold patches into the current patch. |
hgQueueGuardsDeactivate | Public method to deactivate all active guards. |
hgQueueGuardsDefine | Public method to define guards for the current or a named patch. |
hgQueueGuardsDropAll | Public method to drop all guards of the current or a named patch. |
hgQueueGuardsIdentifyActive | Public method to list all active guards. |
hgQueueGuardsList | Public method to list the guards for the current or a named patch. |
hgQueueGuardsListAll | Public method to list all guards of all patches. |
hgQueueGuardsSetActive | Public method to set the active guards. |
hgQueueInit | Public method to initialize a new queue repository. |
hgQueueListPatches | Public method to show a list of all patches. |
hgQueueListQueues | Public method to list available queues. |
hgQueueNewPatch | Public method to create a new named patch. |
hgQueuePushPopPatches | Public method to push patches onto the stack or pop patches off the stack. |
hgQueueRefreshPatch | Public method to refresh the current patch. |
hgQueueRenamePatch | Public method to rename the current or a selected patch. |
hgQueueShowHeader | Public method to show the commit message of the current patch. |
hgQueueShowPatch | Public method to show the contents of the current patch. |
hgQueueStatus | Public method used to view the status of a queue repository. |
shutdown | Public method used to shutdown the queues interface. |
None |
Constructor
Private method to get the commit message of the current patch.
Private method to get the name of the current patch.
Private method to get a list of patches of a given type.
Public method to get a list of all guards defined.
Public method to create a new queue or rename the active queue.
Public method to delete a selected unapplied patch.
Public method to delete the reference to a queue and optionally remove the patch directory or set the active queue.
Public method to finish all applied patches.
Public method to fold patches into the current patch.
Public method to deactivate all active guards.
Public method to define guards for the current or a named patch.
Public method to drop all guards of the current or a named patch.
Public method to list all active guards.
Public method to list the guards for the current or a named patch.
Public method to list all guards of all patches.
Public method to set the active guards.
Public method to initialize a new queue repository.
Public method to show a list of all patches.
Public method to list available queues.
Public method to create a new named patch.
Public method to push patches onto the stack or pop patches off the stack.
Public method to refresh the current patch.
Public method to rename the current or a selected patch.
Public method to show the commit message of the current patch.
Public method to show the contents of the current patch.
Public method used to view the status of a queue repository.
Public method used to shutdown the queues interface.