Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2731
5d1e721eb125
child 2847
1843ef6e2656
equal deleted inserted replaced
2790:6686a3326df8 2791:a9577f248f04
320 """ 320 """
321 if self.diff is None: 321 if self.diff is None:
322 from .SvnDiffDialog import SvnDiffDialog 322 from .SvnDiffDialog import SvnDiffDialog
323 self.diff = SvnDiffDialog(self.vcs) 323 self.diff = SvnDiffDialog(self.vcs)
324 self.diff.show() 324 self.diff.show()
325 self.diff.raise_()
325 QApplication.processEvents() 326 QApplication.processEvents()
326 self.diff.start(self.filename, [rev1, rev2], pegRev=peg_rev) 327 self.diff.start(self.filename, [rev1, rev2], pegRev=peg_rev)
327 328
328 def on_buttonBox_clicked(self, button): 329 def on_buttonBox_clicked(self, button):
329 """ 330 """

eric ide

mercurial