Fixed an issue in the Mercurial diff dialog causing it to throw an exception when saving the diff to a file.

Mon, 02 Mar 2015 19:09:27 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 02 Mar 2015 19:09:27 +0100
changeset 4152
d90464d2ccaa
parent 4150
a0cece581ad0
child 4153
95b18307079f

Fixed an issue in the Mercurial diff dialog causing it to throw an exception when saving the diff to a file.

Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Mon Mar 02 19:02:05 2015 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Mon Mar 02 19:09:27 2015 +0100
@@ -53,6 +53,8 @@
         
         self.searchWidget.attachTextEdit(self.contents)
         
+        self.vcs = vcs
+        
         font = Preferences.getEditorOtherFonts("MonospacedFont")
         self.contents.setFontFamily(font.family())
         self.contents.setFontPointSize(font.pointSize())

eric ide

mercurial