Tue, 01 Oct 2013 18:20:46 +0200
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: