eric6/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
28 """ 28 """
29 Constructor 29 Constructor
30 30
31 @param vcs reference to the Mercurial vcs object 31 @param vcs reference to the Mercurial vcs object
32 """ 32 """
33 super(Largefiles, self).__init__(vcs) 33 super().__init__(vcs)
34 34
35 def hgLfconvert(self, direction, projectFile): 35 def hgLfconvert(self, direction, projectFile):
36 """ 36 """
37 Public slot to convert the repository format of the current project. 37 Public slot to convert the repository format of the current project.
38 38

eric ide

mercurial