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

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10490
527d47826e97
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
17 """ 17 """
18 Class implementing a dialog to show a list of incoming or outgoing 18 Class implementing a dialog to show a list of incoming or outgoing
19 bookmarks. 19 bookmarks.
20 """ 20 """
21 21
22 # TODO: change this to an enum
22 INCOMING = 0 23 INCOMING = 0
23 OUTGOING = 1 24 OUTGOING = 1
24 25
25 def __init__(self, vcs, mode, parent=None): 26 def __init__(self, vcs, mode, parent=None):
26 """ 27 """

eric ide

mercurial