471
471
def on_menuitem_add_files_activate(self, widget):
472
472
""" Add file(s)... menu handler. """
474
add = AddDialog(self.wt, self.wtpath, self.get_selected_right(), self.window)
477
480
def on_menuitem_branch_get_activate(self, widget):
478
481
""" Branch/Get... menu handler. """
479
482
from bzrlib.plugins.gtk.branch import BranchDialog