--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Wed Mar 12 18:44:34 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Wed Mar 12 18:46:12 2014 +0100 @@ -786,7 +786,7 @@ process.waitForFinished(30000) if self.commandMode != "incoming" or \ - (self.vcs.bundleFile and + (self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile)) or \ self.__bundle: self.process.start('hg', args)