--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Wed Feb 19 19:52:16 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Thu Feb 20 19:09:31 2014 +0100 @@ -53,7 +53,7 @@ Note: Derived class must implement this method. @exception NotImplementedError raised if the class has not been - reimplemente + reimplemented """ raise NotImplementedError @@ -66,7 +66,7 @@ @param mainMenu reference to the main menu (QMenu) @ireturn populated menu (QMenu) @exception NotImplementedError raised if the class has not been - reimplemente + reimplemented """ raise NotImplementedError @@ -78,6 +78,6 @@ @ireturn title of the menu (string) @exception NotImplementedError raised if the class has not been - reimplemente + reimplemented """ raise NotImplementedError