--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Fri Oct 18 23:00:41 2013 +0200 @@ -14,10 +14,11 @@ class HgExtensionProjectHelper(QObject): """ - Class implementing the project helper base for Mercurial extension interfaces. + Class implementing the project helper base for Mercurial extension + interfaces. - Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have to be - reimplemented by derived classes. + Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have + to be reimplemented by derived classes. """ def __init__(self): """ @@ -53,7 +54,8 @@ Note: Derived class must implement this method. - @exception NotImplementedError raised if the class has not been reimplemente + @exception NotImplementedError raised if the class has not been + reimplemente """ raise NotImplementedError @@ -64,8 +66,9 @@ Note: Derived class must implement this method. @param mainMenu reference to the main menu (QMenu) - @return populated menu (QMenu) - @exception NotImplementedError raised if the class has not been reimplemente + @ireturn populated menu (QMenu) + @exception NotImplementedError raised if the class has not been + reimplemente """ raise NotImplementedError @@ -75,7 +78,8 @@ Note: Derived class must implement this method. - @return title of the menu (string) - @exception NotImplementedError raised if the class has not been reimplemente + @ireturn title of the menu (string) + @exception NotImplementedError raised if the class has not been + reimplemente """ raise NotImplementedError