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 |