--- a/eric6/Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py Sat Sep 21 20:30:56 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py Sat Sep 21 22:03:03 2019 +0200 @@ -86,8 +86,8 @@ """ Private slot used to fetch changes from a remote repository. """ - shouldReopen = self.vcs.getExtensionObject("fetch")\ - .hgFetch(self.project.getProjectPath()) + shouldReopen = self.vcs.getExtensionObject("fetch").hgFetch( + self.project.getProjectPath()) if shouldReopen: res = E5MessageBox.yesNo( None,