eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension
Module implementing the base class for Mercurial extension interfaces.
Global Attributes
Classes
| HgExtension | Class implementing the base class for Mercurial extension interfaces. | 
Functions
HgExtension
    Class implementing the base class for Mercurial extension interfaces.
Derived from
QObject
Class Attributes
Class Methods
Methods
Static Methods
HgExtension (Constructor)
HgExtension(vcs)
        Constructor
- vcs
- 
reference to the Mercurial vcs object
HgExtension.shutdown
shutdown()
        Public method used to shutdown the extension interface.
        The method of this base class does nothing.