8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
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 |