27 |
27 |
28 import Utilities |
28 import Utilities |
29 import Preferences |
29 import Preferences |
30 |
30 |
31 |
31 |
|
32 # TODO: add simple search functionality (s. LogViewer) |
32 class SvnDiffDialog(QWidget, SvnDialogMixin, Ui_SvnDiffDialog): |
33 class SvnDiffDialog(QWidget, SvnDialogMixin, Ui_SvnDiffDialog): |
33 """ |
34 """ |
34 Class implementing a dialog to show the output of the svn diff command. |
35 Class implementing a dialog to show the output of the svn diff command. |
35 """ |
36 """ |
36 def __init__(self, vcs, parent=None): |
37 def __init__(self, vcs, parent=None): |