538
538
def on_menuitem_branch_merge_activate(self, widget):
539
539
""" Branch/Merge... menu handler. """
542
542
if self.check_for_changes():
543
543
error_dialog(_i18n('There are local changes in the branch'),
544
544
_i18n('Please commit or revert the changes before merging.'))
546
merge = MergeDialog(self.wt, self.wtpath, parent_branch_path, self.window)
551
553
def on_menuitem_branch_missing_revisions_activate(self, widget):