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