diff -r a10fb04f3edd -r 04ba3ea482fe Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Oct 01 11:42:23 2016 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Oct 01 15:12:23 2016 +0200 @@ -780,6 +780,7 @@ self.hgBundleAct = E5Action( self.tr('Create changegroup'), + UI.PixmapCache.getIcon("vcsCreateChangegroup.png"), self.tr('Create changegroup...'), 0, 0, self, 'mercurial_bundle') self.hgBundleAct.setStatusTip(self.tr( @@ -795,6 +796,7 @@ self.hgPreviewBundleAct = E5Action( self.tr('Preview changegroup'), + UI.PixmapCache.getIcon("vcsPreviewChangegroup.png"), self.tr('Preview changegroup...'), 0, 0, self, 'mercurial_preview_bundle') self.hgPreviewBundleAct.setStatusTip(self.tr( @@ -810,6 +812,7 @@ self.hgUnbundleAct = E5Action( self.tr('Apply changegroups'), + UI.PixmapCache.getIcon("vcsApplyChangegroup.png"), self.tr('Apply changegroups...'), 0, 0, self, 'mercurial_unbundle') self.hgUnbundleAct.setStatusTip(self.tr( @@ -936,6 +939,7 @@ self.hgImportAct = E5Action( self.tr('Import Patch'), + UI.PixmapCache.getIcon("vcsImportPatch.png"), self.tr('Import Patch...'), 0, 0, self, 'mercurial_import') self.hgImportAct.setStatusTip(self.tr( @@ -951,6 +955,7 @@ self.hgExportAct = E5Action( self.tr('Export Patches'), + UI.PixmapCache.getIcon("vcsExportPatch.png"), self.tr('Export Patches...'), 0, 0, self, 'mercurial_export') self.hgExportAct.setStatusTip(self.tr(