/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/branchwin.py

  • Committer: Jelmer Vernooij
  • Date: 2007-07-15 16:23:45 UTC
  • Revision ID: jelmer@samba.org-20070715162345-c8a8lq27g1euw83u
Add push item in revision menu, clean up push code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        from bzrlib.plugins.gtk.revisionmenu import RevisionPopupMenu
264
264
        # FIXME: Support multiple revisions
265
265
        menu = RevisionPopupMenu(self.branch.repository, 
266
 
                                 self.selected_revisions()[0].revision_id)
 
266
                                 self.selected_revisions()[0].revision_id, 
 
267
                                 self.branch)
267
268
        menu.popup(None, None, None, event.button, event.get_time())
268
269
 
269
270
    def selected_revision(self, path):