--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Thu Apr 17 18:22:56 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Fri Apr 18 15:07:48 2014 +0200 @@ -18,8 +18,6 @@ from E5Gui.E5Application import e5App from E5Gui import E5MessageBox -from Globals import isWindowsPlatform - from .Ui_HgLogBrowserDialog import Ui_HgLogBrowserDialog import Preferences @@ -87,10 +85,7 @@ else: self.commandMode = "log" self.bundle = bundle - if isWindowsPlatform(): - self.__hgClient = None - else: - self.__hgClient = vcs.getClient() + self.__hgClient = vcs.getClient() self.__initData()