Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py

changeset 1066
a3dd41fd9ea8
parent 1061
3e21869872e3
child 1087
fb8cd56819a9
equal deleted inserted replaced
1064:10bdbb173c0f 1066:a3dd41fd9ea8
27 Class implementing the bookmarks extension interface. 27 Class implementing the bookmarks extension interface.
28 """ 28 """
29 def __init__(self, vcs): 29 def __init__(self, vcs):
30 """ 30 """
31 Constructor 31 Constructor
32
33 @param vcs reference to the Mercurial vcs object
32 """ 34 """
33 QObject.__init__(self, vcs) 35 QObject.__init__(self, vcs)
34 36
35 self.vcs = vcs 37 self.vcs = vcs
36 38

eric ide

mercurial