Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py

changeset 4037
beb0e092738d
parent 4021
195a471c327b
child 4052
17d8069de085
equal deleted inserted replaced
4035:c38be891d0ab 4037:beb0e092738d
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):

eric ide

mercurial