eric6.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
- 
reference to the Mercurial vcs object
Rebase.hgRebase
hgRebase(path)
        Public method to rebase changesets to a different branch.
- path
- 
directory name of the project (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)
Rebase.hgRebaseAbort
hgRebaseAbort(path)
        Public method to abort rebasing changesets from another branch.
- path
- 
directory name of the project (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)
Rebase.hgRebaseContinue
hgRebaseContinue(path)
        Public method to continue rebasing changesets from another branch.
- path
- 
directory name of the project (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)