Plugins/VcsPlugins/vcsSubversion/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, Ui_SvnDiffDialog): 33 class SvnDiffDialog(QWidget, 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 process. 36 process.
36 """ 37 """

eric ide

mercurial