Home ⌂Doc Index ◂Up ▴

eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase

Module implementing the rebase extension interface.

Global Attributes

None

Classes

Rebase Class implementing the rebase extension interface.

Functions

None


Rebase

Class implementing the rebase extension interface.

Derived from

HgExtension

Class Attributes

None

Class Methods

None

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

None

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)
Up



Home ⌂Doc Index ◂Up ▴