src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9421
989ee2535d59
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
12 from PyQt6.QtCore import Qt, QCoreApplication 12 from PyQt6.QtCore import Qt, QCoreApplication
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem 13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem
14 14
15 from .Ui_HgAnnotateDialog import Ui_HgAnnotateDialog 15 from .Ui_HgAnnotateDialog import Ui_HgAnnotateDialog
16 16
17 import Preferences 17 from eric7 import Preferences
18 18
19 19
20 class HgAnnotateDialog(QDialog, Ui_HgAnnotateDialog): 20 class HgAnnotateDialog(QDialog, Ui_HgAnnotateDialog):
21 """ 21 """
22 Class implementing a dialog to show the output of the hg annotate command. 22 Class implementing a dialog to show the output of the hg annotate command.

eric ide

mercurial