221
223
def on_menuitem_branch_get_activate(self, widget):
222
224
""" Branch/Get... menu handler. """
223
225
from branch import BranchDialog
227
236
def on_menuitem_branch_checkout_activate(self, widget):
228
237
""" Branch/Checkout... menu handler. """
233
249
def on_menuitem_branch_commit_activate(self, widget):
234
250
""" Branch/Commit... menu handler. """