Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/HgBookmarkDialog.py

changeset 3008
7848489bcb92
parent 2962
d6c9d1ca2da4
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3007:bad2e89047e7 3008:7848489bcb92
18 Class mplementing the bookmark dialog. 18 Class mplementing the bookmark dialog.
19 """ 19 """
20 DEFINE_MODE = 0 20 DEFINE_MODE = 0
21 MOVE_MODE = 1 21 MOVE_MODE = 1
22 22
23 def __init__(self, mode, tagsList, branchesList, bookmarksList, parent=None): 23 def __init__(self, mode, tagsList, branchesList, bookmarksList,
24 parent=None):
24 """ 25 """
25 Constructor 26 Constructor
26 27
27 @param mode of the dialog (integer) 28 @param mode of the dialog (integer)
28 @param tagsList list of tags (list of strings) 29 @param tagsList list of tags (list of strings)

eric ide

mercurial