eric6.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant
Module implementing the transplant extension interface.
Global Attributes
Classes
| Transplant | Class implementing the transplant extension interface. | 
Functions
Transplant
    Class implementing the transplant extension interface.
Derived from
HgExtension
Class Attributes
Class Methods
Methods
Static Methods
Transplant (Constructor)
Transplant(vcs)
        Constructor
- vcs
- 
reference to the Mercurial vcs object
Transplant.hgTransplant
hgTransplant(path)
        Public method to transplant changesets from another branch.
- path
- 
directory name of the project (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)
Transplant.hgTransplantContinue
hgTransplantContinue(path)
        Public method to continue transplanting changesets from another branch.
- path
- 
directory name of the project (string)
- Returns:
- 
flag indicating that the project should be reread (boolean)