eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8176
31965986ecd1
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
25 Constructor 25 Constructor
26 26
27 @param vcs reference to the Mercurial vcs object 27 @param vcs reference to the Mercurial vcs object
28 @type Hg 28 @type Hg
29 """ 29 """
30 super(Histedit, self).__init__(vcs) 30 super().__init__(vcs)
31 31
32 def hgHisteditStart(self, rev=""): 32 def hgHisteditStart(self, rev=""):
33 """ 33 """
34 Public method to start a histedit session. 34 Public method to start a histedit session.
35 35

eric ide

mercurial