Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py

changeset 215
e8978dca44af
parent 214
eb1cf9398a3f
child 464
a2b1d1770ef0
child 792
a13346916170
--- 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")

eric ide

mercurial