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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 01 Oct 2013 18:20:46 +0200
branch
5_3_x
changeset 2977
e238e600b2a8
parent 2970
e9f971b4b3c5
child 3027
879c9e237986

Fixed a bug in the Mercurial interface causing an incomplete move action.
(grafted from 4312c5a2bcd3f7869952e458be223f9dd53ebc91)

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Sun Sep 29 19:34:03 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue Oct 01 18:20:46 2013 +0200
@@ -742,7 +742,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