--- a/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -88,8 +88,9 @@ """ Public slot to start the annotate command. - @param fn filename to show the log for (string) + @param fn filename to show the annotation for (string) """ + self.annotateList.clear() self.errorGroup.hide() self.intercept = False self.activateWindow() @@ -166,8 +167,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - self.__resizeColumns() def on_buttonBox_clicked(self, button):