Fixed a bug in the Mercurial interface causing an incomplete move action.

Tue, 01 Oct 2013 18:20:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 01 Oct 2013 18:20:46 +0200
changeset 2974
4312c5a2bcd3
parent 2973
284c7f4bc875
child 2975
fb336783a649

Fixed a bug in the Mercurial interface causing an incomplete move action.

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Mon Sep 30 19:31:22 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue Oct 01 18:20:46 2013 +0200
@@ -729,7 +729,6 @@
                     return False
             
             if noDialog:
-                res = self.startSynchronizedProcess(QProcess(), "hg", args, repodir)
                 if self.__client is None:
                     res = self.startSynchronizedProcess(QProcess(), 'hg', args, repodir)
                 else:

eric ide

mercurial