eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase
Module implementing the rebase extension interface.
Global Attributes
Classes
Rebase |
Class implementing the rebase extension interface. |
Functions
Rebase
Class implementing the rebase extension interface.
Derived from
HgExtension
Class Attributes
Class Methods
Methods
Rebase |
Constructor |
hgRebase |
Public method to rebase changesets to a different branch. |
hgRebaseAbort |
Public method to abort rebasing changesets from another branch. |
hgRebaseContinue |
Public method to continue rebasing changesets from another branch. |
Static Methods
Rebase (Constructor)
Rebase(vcs)
Constructor
- vcs (Hg)
-
reference to the Mercurial vcs object
Rebase.hgRebase
hgRebase()
Public method to rebase changesets to a different branch.
- Return:
-
flag indicating that the project should be reread
- Return Type:
-
bool
Rebase.hgRebaseAbort
hgRebaseAbort()
Public method to abort rebasing changesets from another branch.
- Return:
-
flag indicating that the project should be reread
- Return Type:
-
bool
Rebase.hgRebaseContinue
hgRebaseContinue()
Public method to continue rebasing changesets from another branch.
- Return:
-
flag indicating that the project should be reread
- Return Type:
-
bool