--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Tue May 31 16:15:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Tue May 31 16:35:45 2011 +0200 @@ -52,6 +52,7 @@ from .PurgeExtension.purge import Purge from .GpgExtension.gpg import Gpg from .TransplantExtension.transplant import Transplant +from .RebaseExtension.rebase import Rebase from .ProjectBrowserHelper import HgProjectBrowserHelper @@ -149,6 +150,7 @@ "purge": Purge(self), "gpg": Gpg(self), "transplant": Transplant(self), + "rebase": Rebase(self), } def getPlugin(self):