src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10490
527d47826e97
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
18 class HgQueuesNewPatchDialog(QDialog, Ui_HgQueuesNewPatchDialog): 18 class HgQueuesNewPatchDialog(QDialog, Ui_HgQueuesNewPatchDialog):
19 """ 19 """
20 Class implementing a dialog to get the data for a new patch. 20 Class implementing a dialog to get the data for a new patch.
21 """ 21 """
22 22
23 # TODO: change this to an enum
23 NEW_MODE = 0 24 NEW_MODE = 0
24 REFRESH_MODE = 1 25 REFRESH_MODE = 1
25 26
26 def __init__(self, mode, message="", parent=None): 27 def __init__(self, mode, message="", parent=None):
27 """ 28 """

eric ide

mercurial