Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
5_4_x
changeset 3301
337e119a3bdf
parent 3160
209a07d7e401
child 3436
5f64b3d02ebf
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Fri Feb 21 19:15:52 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Feb 23 19:16:32 2014 +0100
@@ -570,20 +570,6 @@
         self.vcsCommandAct.triggered[()].connect(self._vcsCommand)
         self.actions.append(self.vcsCommandAct)
         
-        self.vcsPropsAct = E5Action(
-            self.trUtf8('Command options'),
-            self.trUtf8('Command &options...'), 0, 0, self,
-            'mercurial_options')
-        self.vcsPropsAct.setStatusTip(self.trUtf8(
-            'Show the Mercurial command options'))
-        self.vcsPropsAct.setWhatsThis(self.trUtf8(
-            """<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.trUtf8('Configure'),
             self.trUtf8('Configure...'),
@@ -1166,8 +1152,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