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