Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 3302
e92f0dd51979
parent 3290
dbb53746813f
child 3310
a2032ed66aec
diff -r 734353e7d679 -r e92f0dd51979 Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Feb 23 15:24:28 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Feb 23 19:20:43 2014 +0100
@@ -572,20 +572,6 @@
         self.vcsCommandAct.triggered[()].connect(self._vcsCommand)
         self.actions.append(self.vcsCommandAct)
         
-        self.vcsPropsAct = E5Action(
-            self.tr('Command options'),
-            self.tr('Command &options...'), 0, 0, self,
-            'mercurial_options')
-        self.vcsPropsAct.setStatusTip(self.tr(
-            'Show the Mercurial command options'))
-        self.vcsPropsAct.setWhatsThis(self.tr(
-            """<b>Command options...</b>"""
-            """<p>This shows a dialog to edit the Mercurial command"""
-            """ options.</p>"""
-        ))
-        self.vcsPropsAct.triggered[()].connect(self._vcsCommandOptions)
-        self.actions.append(self.vcsPropsAct)
-        
         self.hgConfigAct = E5Action(
             self.tr('Configure'),
             self.tr('Configure...'),
@@ -1168,8 +1154,6 @@
         menu.addMenu(adminMenu)
         menu.addMenu(specialsMenu)
         menu.addSeparator()
-        menu.addAction(self.vcsPropsAct)
-        menu.addSeparator()
         menu.addAction(self.hgEditUserConfigAct)
         menu.addAction(self.hgConfigAct)
     

eric ide

mercurial