eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.fastexport
Module implementing the fastexport extension interface.
Global Attributes
Classes
Fastexport |
Class implementing the fastexport extension interface. |
Functions
Fastexport
Class implementing the fastexport extension interface.
Derived from
HgExtension
Class Attributes
Class Methods
Methods
Static Methods
Fastexport (Constructor)
Fastexport(vcs, ui=None)
Constructor
- vcs (Hg)
-
reference to the Mercurial vcs object
- ui (QWidget)
-
reference to a UI widget (defaults to None)
Fastexport.__processFinished
__processFinished(exitCode, exitStatus)
Private slot to handle the process finished signal.
- exitCode (int)
-
exit code of the process
- exitStatus (QProcess.ExitStatus)
-
exit status
Fastexport.__readStderr
__readStderr()
Private slot to handle the readyReadStandardError signal.
Fastexport.hgFastexport
hgFastexport(revisions=None)
Public method to export the repository as a git fast-import stream.
- revisions (list of str)
-
list of revisions to be exported