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