diff -r bfc17ed5ab1a -r 8a7fa049e9d3 Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Fri May 13 20:23:42 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat May 14 20:00:13 2011 +0200 @@ -17,6 +17,7 @@ from VCS.ProjectHelper import VcsProjectHelper from .BookmarksExtension.ProjectHelper import BookmarksProjectHelper +from .QueuesExtension.ProjectHelper import QueuesProjectHelper from E5Gui.E5Action import E5Action @@ -42,6 +43,7 @@ # instantiate the extensions self.__extensions = { "bookmarks" : BookmarksProjectHelper(), + "mq" : QueuesProjectHelper(), } def setObjects(self, vcsObject, projectObject):