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