318 "Strip changesets from a repository")) |
318 "Strip changesets from a repository")) |
319 |
319 |
320 self.actionsButton.setIcon( |
320 self.actionsButton.setIcon( |
321 UI.PixmapCache.getIcon("actionsToolButton.png")) |
321 UI.PixmapCache.getIcon("actionsToolButton.png")) |
322 self.actionsButton.setMenu(self.__actionsMenu) |
322 self.actionsButton.setMenu(self.__actionsMenu) |
|
323 |
|
324 # TODO: add action "Merge" (1 revision selected) |
|
325 # TODO: add action "Create Changegroup" (>=2 revs, lowest rev is base) |
|
326 # TODO: add action "Sign Revision" (>= 1 revs) (GPG extension) |
|
327 # TODO: add action "Verify Signature" (1 rev) (GPG extension) |
323 |
328 |
324 def __initData(self): |
329 def __initData(self): |
325 """ |
330 """ |
326 Private method to (re-)initialize some data. |
331 Private method to (re-)initialize some data. |
327 """ |
332 """ |