eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip
Module implementing the strip extension interface.
Global Attributes
Classes
Strip |
Class implementing the strip extension interface. |
Functions
Strip
Class implementing the strip extension interface.
Derived from
HgExtension
Class Attributes
Class Methods
Methods
Strip |
Constructor |
hgStrip |
Public method to strip revisions from a repository. |
Static Methods
Strip (Constructor)
Strip(vcs)
Constructor
- vcs (Hg)
-
reference to the Mercurial vcs object
Strip.hgStrip
hgStrip(name, rev="")
Public method to strip revisions from a repository.
- name (str)
-
file/directory name
- rev= (str)
-
revision to strip from
- Returns:
-
flag indicating that the project should be reread
- Return Type:
-
bool