Module implementing the shelve extension interface.
None |
Shelve | Class implementing the shelve extension interface. |
None |
Class implementing the shelve extension interface.
None |
None |
Shelve | Constructor |
__hgGetShelveNamesList | Private method to get the list of shelved changes. |
hgCleanupShelves | Public method to delete all shelves. |
hgDeleteShelves | Public method to delete named shelves. |
hgShelve | Public method to shelve current changes of files or directories. |
hgShelveBrowser | Public method to show the shelve browser dialog. |
hgUnshelve | Public method to restore shelved changes to the project directory. |
hgUnshelveAbort | Public method to abort the ongoing restore operation. |
hgUnshelveContinue | Public method to continue the ongoing restore operation. |
shutdown | Public method used to shutdown the shelve interface. |
None |
Constructor
Private method to get the list of shelved changes.
Public method to delete all shelves.
Public method to delete named shelves.
Public method to shelve current changes of files or directories.
Public method to show the shelve browser dialog.
Public method to restore shelved changes to the project directory.
Public method to abort the ongoing restore operation.
Public method to continue the ongoing restore operation.
Public method used to shutdown the shelve interface.