Added the Mercurial actions that got new eye candy to the toolbar manager.

Tue, 04 Oct 2016 18:06:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 04 Oct 2016 18:06:43 +0200
changeset 5199
d3fef473554e
parent 5198
302a54ccc9b2
child 5200
0f0efb52fda6

Added the Mercurial actions that got new eye candy to the toolbar manager.

Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Tue Oct 04 17:59:32 2016 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Tue Oct 04 18:06:43 2016 +0200
@@ -1501,6 +1501,11 @@
         toolbarManager.addAction(self.hgBookmarkMoveAct, title)
         toolbarManager.addAction(self.hgBookmarkPullAct, title)
         toolbarManager.addAction(self.hgBookmarkPushAct, title)
+        toolbarManager.addAction(self.hgImportAct, title)
+        toolbarManager.addAction(self.hgExportAct, title)
+        toolbarManager.addAction(self.hgBundleAct, title)
+        toolbarManager.addAction(self.hgPreviewBundleAct, title)
+        toolbarManager.addAction(self.hgUnbundleAct, title)
         
         self.__toolbar.setEnabled(False)
         self.__toolbar.setVisible(False)

eric ide

mercurial