Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py

changeset 3359
6b6c224d67d6
parent 3312
7535e5a5cbce
child 3484
645c12de6b0c
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
39 39
40 Note: Derived class must implement this method. 40 Note: Derived class must implement this method.
41 41
42 @ireturn dictionary of populated menu (dict of QMenu). The dict 42 @ireturn dictionary of populated menu (dict of QMenu). The dict
43 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' 43 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu'
44 and 'dirMultiMenu'. 44 and 'dirMultiMenu'.
45 @exception NotImplementedError raised if the class has not been 45 @exception NotImplementedError raised if the class has not been
46 reimplemented 46 reimplemented
47 """ 47 """
48 raise NotImplementedError 48 raise NotImplementedError
49 49

eric ide

mercurial