eric6/Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8273
698ae46f40a4
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
22 Constructor 22 Constructor
23 23
24 @param vcs reference to the Mercurial vcs object 24 @param vcs reference to the Mercurial vcs object
25 @type Hg 25 @type Hg
26 """ 26 """
27 super(Strip, self).__init__(vcs) 27 super().__init__(vcs)
28 28
29 def hgStrip(self, rev=""): 29 def hgStrip(self, rev=""):
30 """ 30 """
31 Public method to strip revisions from a repository. 31 Public method to strip revisions from a repository.
32 32

eric ide

mercurial