27
22
from bzrlib.branch import Branch
28
23
import bzrlib.errors as errors
32
31
from bzrlib.plugins.gtk.errors import show_bzr_error
36
36
""" Display the Merge dialog and perform the needed actions. """
38
38
def __init__(self, wt, wtpath, default_branch_path=None, parent=None):
39
39
""" Initialize the Merge dialog. """
44
44
self.set_icon_from_file(icon_path("bzr-icon-64.png"))