37
37
from bzrlib.plugins.gtk.i18n import _i18n
41
41
""" Display the Merge dialog and perform the needed actions. """
43
43
def __init__(self, wt, wtpath, default_branch_path=None, parent=None):
44
44
""" Initialize the Merge dialog. """
49
49
self.set_icon_from_file(icon_path("bzr-icon-64.png"))