--- a/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Fri Apr 30 16:23:24 2010 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Fri Apr 30 16:45:56 2010 +0000 @@ -172,7 +172,7 @@ if self.bundle: args.append("--repository") args.append(self.bundle) - elif self.vcs.bundleFile: + elif self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile): args.append("--repository") args.append(self.vcs.bundleFile) args.append("--template")