diff -r e4e2efb4846a -r d6c9d1ca2da4 Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Sun Sep 29 14:22:08 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Sun Sep 29 15:08:57 2013 +0200 @@ -62,7 +62,7 @@ Note: Derived class must implement this method. @param mainMenu reference to the main menu (QMenu) - @return populated menu (QMenu) + @ireturn populated menu (QMenu) @exception NotImplementedError raised if the class has not been reimplemente """ raise NotImplementedError @@ -73,7 +73,7 @@ Note: Derived class must implement this method. - @return title of the menu (string) + @ireturn title of the menu (string) @exception NotImplementedError raised if the class has not been reimplemente """ raise NotImplementedError