--- a/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Sat Feb 01 16:35:17 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Sat Feb 01 17:01:08 2014 +0100 @@ -179,7 +179,8 @@ err = "" if err: self.__showError(err) - elif os.path.exists(self.vcs.bundleFile): + elif self.mode != "incoming" or \ + os.path.exists(self.vcs.bundleFile): out, err = self.__hgClient.runcommand(args) if err: self.__showError(err)