Implemented a little fix for the Mercurial log browser dialog.

Sun, 26 Feb 2017 15:16:35 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Feb 2017 15:16:35 +0100
changeset 5562
19f22f304e2c
parent 5559
072d97551334
child 5563
3e6e6d70c4ff

Implemented a little fix for the Mercurial log browser dialog.

Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Feb 25 19:41:53 2017 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Feb 26 15:16:35 2017 +0100
@@ -2585,6 +2585,8 @@
             self.__diffGenerator.start(self.__filename,
                                        [min(rev1, rev2), max(rev1, rev2)],
                                        self.__bundle)
+        else:
+            self.diffEdit.clear()
     
     def __generatorFinished(self):
         """

eric ide

mercurial