503
503
def on_menuitem_branch_commit_activate(self, widget):
504
504
""" Branch/Commit... menu handler. """
505
commit = CommitDialog(self.wt, self.wtpath, self.notbranch, self.get_selected_right(), self.window)
505
# def __init__(self, wt, wtpath, notbranch, selected=None, parent=None):
507
514
if response != gtk.RESPONSE_NONE: