Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

changeset 5327
1bf444289f77
parent 5104
0b9420dc1093
child 5329
ebec303b4e50
equal deleted inserted replaced
5326:193a09704ec0 5327:1bf444289f77
15 from .Ui_HgCommitDialog import Ui_HgCommitDialog 15 from .Ui_HgCommitDialog import Ui_HgCommitDialog
16 16
17 import Preferences 17 import Preferences
18 18
19 19
20 # TODO: add capability to set the author
21 # TODO: add capability to set date and time,
20 class HgCommitDialog(QWidget, Ui_HgCommitDialog): 22 class HgCommitDialog(QWidget, Ui_HgCommitDialog):
21 """ 23 """
22 Class implementing a dialog to enter the commit message. 24 Class implementing a dialog to enter the commit message.
23 25
24 @signal accepted() emitted, if the dialog was accepted 26 @signal accepted() emitted, if the dialog was accepted

eric ide

mercurial