Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 215
e8978dca44af
parent 213
42bb97ff0bbb
child 417
459855d3066e
child 787
892790a71515
equal deleted inserted replaced
214:eb1cf9398a3f 215:e8978dca44af
108 self.vcs.addArguments(args, self.vcs.options['diff']) 108 self.vcs.addArguments(args, self.vcs.options['diff'])
109 109
110 if bundle: 110 if bundle:
111 args.append('--repository') 111 args.append('--repository')
112 args.append(bundle) 112 args.append(bundle)
113 elif self.vcs.bundleFile: 113 elif self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile):
114 args.append('--repository') 114 args.append('--repository')
115 args.append(self.vcs.bundleFile) 115 args.append(self.vcs.bundleFile)
116 116
117 if versions is not None: 117 if versions is not None:
118 self.raise_() 118 self.raise_()

eric ide

mercurial