src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py

branch
eric7
changeset 11068
15f0385e0471
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
11067:67b92e2cb719 11068:15f0385e0471
73 """ 73 """
74 raise NotImplementedError 74 raise NotImplementedError
75 75
76 return "" 76 return ""
77 77
78 def showExtensionMenu(self, key, controlled): 78 def showMenu(self, key, controlled):
79 """ 79 """
80 Public method to prepare the extension menu for display. 80 Public method to prepare the extension menu for display.
81 81
82 Note: Derived class must implement this method to adjust the 82 Note: Derived class must implement this method to adjust the
83 enabled states of its menus. 83 enabled states of its menus.

eric ide

mercurial