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