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