--- a/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Fri May 09 15:53:40 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Mon May 12 18:19:22 2014 +0200 @@ -144,12 +144,9 @@ if self.vcs.version >= (2, 1): args.append(os.path.join(os.path.dirname(__file__), "styles", "logDialogBookmarkPhase.style")) - elif self.vcs.version >= (1, 8): + else: args.append(os.path.join(os.path.dirname(__file__), "styles", "logDialogBookmark.style")) - else: - args.append(os.path.join(os.path.dirname(__file__), - "styles", "logDialog.style")) if self.mode == "incoming": if self.bundle: args.append(self.bundle)