diff -r 3a359afecc10 -r 1b6054a9b668 Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py --- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Thu Sep 01 09:11:23 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Thu Sep 01 09:25:05 2011 +0200 @@ -126,7 +126,7 @@ self.logTree.setIconSize( QSize(100 * self.__rowHeight, self.__rowHeight)) - if self.vcs.versionStr >= "1.8": + if self.vcs.version >= (1, 8): self.logTree.headerItem().setText(self.logTree.columnCount(), self.trUtf8("Bookmarks")) @@ -635,7 +635,7 @@ if self.commandMode == "log": args.append('--copies') args.append('--style') - if self.vcs.versionStr >= "1.8": + if self.vcs.version >= (1, 8): args.append(os.path.join(os.path.dirname(__file__), "styles", "logBrowserBookmark.style")) else: