src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExtension.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
18 def __init__(self, vcs): 18 def __init__(self, vcs):
19 """ 19 """
20 Constructor 20 Constructor
21 21
22 @param vcs reference to the Mercurial vcs object 22 @param vcs reference to the Mercurial vcs object
23 @type Hg
23 """ 24 """
24 super().__init__(vcs) 25 super().__init__(vcs)
25 26
26 self.vcs = vcs 27 self.vcs = vcs
27 28

eric ide

mercurial