--- a/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sat Jan 28 18:04:14 2017 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sat Jan 28 19:21:31 2017 +0100 @@ -314,10 +314,6 @@ menu.addSeparator() act = menu.addAction( UI.PixmapCache.getIcon("vcsLog.png"), - self.tr('Show log'), self._VCSLog) - self.vcsMenuActions.append(act) - act = menu.addAction( - UI.PixmapCache.getIcon("vcsLog.png"), self.tr('Show log browser'), self._VCSLogBrowser) self.vcsMenuActions.append(act) menu.addSeparator() @@ -547,10 +543,6 @@ menu.addSeparator() act = menu.addAction( UI.PixmapCache.getIcon("vcsLog.png"), - self.tr('Show log'), self._VCSLog) - self.vcsDirMenuActions.append(act) - act = menu.addAction( - UI.PixmapCache.getIcon("vcsLog.png"), self.tr('Show log browser'), self._VCSLogBrowser) self.vcsDirMenuActions.append(act) menu.addSeparator()