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 |