Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py

changeset 553
5af61623ae3c
parent 546
c3e7bf5648be
child 564
b3d966393ba9
equal deleted inserted replaced
551:e1074b63ff08 553:5af61623ae3c
292 if QFileInfo(fname).exists(): 292 if QFileInfo(fname).exists():
293 res = E5MessageBox.yesNo(self, 293 res = E5MessageBox.yesNo(self,
294 self.trUtf8("Save Diff"), 294 self.trUtf8("Save Diff"),
295 self.trUtf8("<p>The patch file <b>{0}</b> already exists." 295 self.trUtf8("<p>The patch file <b>{0}</b> already exists."
296 " Overwrite it?</p>").format(fname), 296 " Overwrite it?</p>").format(fname),
297 type_ = E5MessageBox.Warning) 297 icon = E5MessageBox.Warning)
298 if not res: 298 if not res:
299 return 299 return
300 fname = Utilities.toNativeSeparators(fname) 300 fname = Utilities.toNativeSeparators(fname)
301 301
302 try: 302 try:

eric ide

mercurial