--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py Thu Apr 03 23:05:31 2014 +0200 @@ -55,7 +55,7 @@ Note: Derived class must implement this method. @exception NotImplementedError raised if the class has not been - reimplemente + reimplemented """ raise NotImplementedError @@ -68,7 +68,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 @@ -80,6 +80,14 @@ @ireturn title of the menu (string) @exception NotImplementedError raised if the class has not been - reimplemente + reimplemented """ raise NotImplementedError + + def shutdown(self): + """ + Public method to perform shutdown actions. + + Note: Derived class may implement this method if needed. + """ + pass