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

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10490
527d47826e97
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
16 class HgBookmarkDialog(QDialog, Ui_HgBookmarkDialog): 16 class HgBookmarkDialog(QDialog, Ui_HgBookmarkDialog):
17 """ 17 """
18 Class mplementing the bookmark dialog. 18 Class mplementing the bookmark dialog.
19 """ 19 """
20 20
21 # TODO: change this to an enum
21 DEFINE_MODE = 0 22 DEFINE_MODE = 0
22 MOVE_MODE = 1 23 MOVE_MODE = 1
23 24
24 def __init__(self, mode, tagsList, branchesList, bookmarksList, parent=None): 25 def __init__(self, mode, tagsList, branchesList, bookmarksList, parent=None):
25 """ 26 """

eric ide

mercurial