Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 4037
beb0e092738d
parent 4021
195a471c327b
child 4052
17d8069de085
equal deleted inserted replaced
4035:c38be891d0ab 4037:beb0e092738d
26 26
27 import Utilities 27 import Utilities
28 import Preferences 28 import Preferences
29 29
30 30
31 # TODO: add simple search functionality (s. LogViewer)
31 class HgDiffDialog(QWidget, Ui_HgDiffDialog): 32 class HgDiffDialog(QWidget, Ui_HgDiffDialog):
32 """ 33 """
33 Class implementing a dialog to show the output of the hg diff command 34 Class implementing a dialog to show the output of the hg diff command
34 process. 35 process.
35 """ 36 """

eric ide

mercurial