Fixed an issue accessing an undefined variable.

Tue, 30 Aug 2011 19:12:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 30 Aug 2011 19:12:24 +0200
changeset 1252
ef9b2f7f1dd5
parent 1251
d40491ba96ce
child 1253
4a994190cf8b

Fixed an issue accessing an undefined variable.

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue Aug 30 18:50:20 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue Aug 30 19:12:24 2011 +0200
@@ -2378,6 +2378,7 @@
         args.append('showconfig')
         args.append('extensions')
         
+        output = ""
         if self.__client is None:
             process = QProcess()
             process.start('hg', args)

eric ide

mercurial