comparison: eric6/Plugins/VcsPlugins/vcsMercurial/HgExtension.py
eric6/Plugins/VcsPlugins/vcsMercurial/HgExtension.py
- changeset 8218
- 7c09585bd960
- parent 7923
- 91e843545d9a
equal
deleted
inserted
replaced
18 """ |
18 """ |
19 Constructor |
19 Constructor |
20 |
20 |
21 @param vcs reference to the Mercurial vcs object |
21 @param vcs reference to the Mercurial vcs object |
22 """ |
22 """ |
23 super(HgExtension, self).__init__(vcs) |
23 super().__init__(vcs) |
24 |
24 |
25 self.vcs = vcs |
25 self.vcs = vcs |
26 |
26 |
27 def shutdown(self): |
27 def shutdown(self): |
28 """ |
28 """ |