7256:4ef3b78ebb4e | 7257:c4d0cac9b5c9 |
---|---|
74 | 74 |
75 def __hgClosehead(self): | 75 def __hgClosehead(self): |
76 """ | 76 """ |
77 Private slot used to close arbitrary heads. | 77 Private slot used to close arbitrary heads. |
78 """ | 78 """ |
79 self.vcs.getExtensionObject("closehead")\ | 79 self.vcs.getExtensionObject("closehead").hgCloseheads( |
80 .hgCloseheads(self.project.getProjectPath()) | 80 self.project.getProjectPath()) |