Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 1061
3e21869872e3
parent 1034
8a7fa049e9d3
child 1064
10bdbb173c0f
equal deleted inserted replaced
1059:700df567f70b 1061:3e21869872e3
40 """ 40 """
41 VcsProjectHelper.__init__(self, vcsObject, projectObject, parent, name) 41 VcsProjectHelper.__init__(self, vcsObject, projectObject, parent, name)
42 42
43 # instantiate the extensions 43 # instantiate the extensions
44 self.__extensions = { 44 self.__extensions = {
45 "bookmarks" : BookmarksProjectHelper(), 45 "bookmarks": BookmarksProjectHelper(),
46 "mq" : QueuesProjectHelper(), 46 "mq": QueuesProjectHelper(),
47 } 47 }
48 48
49 def setObjects(self, vcsObject, projectObject): 49 def setObjects(self, vcsObject, projectObject):
50 """ 50 """
51 Public method to set references to the vcs and project objects. 51 Public method to set references to the vcs and project objects.

eric ide

mercurial