Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py

changeset 553
5af61623ae3c
parent 546
c3e7bf5648be
child 564
b3d966393ba9
equal deleted inserted replaced
551:e1074b63ff08 553:5af61623ae3c
332 if QFileInfo(fname).exists(): 332 if QFileInfo(fname).exists():
333 res = E5MessageBox.yesNo(self, 333 res = E5MessageBox.yesNo(self,
334 self.trUtf8("Save Diff"), 334 self.trUtf8("Save Diff"),
335 self.trUtf8("<p>The patch file <b>{0}</b> already exists." 335 self.trUtf8("<p>The patch file <b>{0}</b> already exists."
336 " Overwrite it?</p>").format(fname), 336 " Overwrite it?</p>").format(fname),
337 type_ = E5MessageBox.Warning) 337 icon = E5MessageBox.Warning)
338 if not res: 338 if not res:
339 return 339 return
340 fname = Utilities.toNativeSeparators(fname) 340 fname = Utilities.toNativeSeparators(fname)
341 341
342 try: 342 try:

eric ide

mercurial