--- a/Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py Tue Oct 15 18:29:32 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py Tue Oct 15 18:54:53 2013 +0200 @@ -31,10 +31,11 @@ """ Public method to generate the action objects. """ - self.hgFetchAct = E5Action(self.trUtf8('Fetch changes'), - UI.PixmapCache.getIcon("vcsUpdate.png"), - self.trUtf8('Fetch changes'), - 0, 0, self, 'mercurial_fetch') + self.hgFetchAct = E5Action( + self.trUtf8('Fetch changes'), + UI.PixmapCache.getIcon("vcsUpdate.png"), + self.trUtf8('Fetch changes'), + 0, 0, self, 'mercurial_fetch') self.hgFetchAct.setStatusTip(self.trUtf8( 'Fetch changes from a remote repository' ))