28
28
from bzrlib.branch import Branch
29
29
import bzrlib.errors as errors
31
32
from dialog import error_dialog, info_dialog, warning_dialog
32
33
from errors import show_bzr_error
37
38
""" Display the Merge dialog and perform the needed actions. """
39
def __init__(self, wt, wtpath,default_branch_path=None):
39
40
""" Initialize the Merge dialog. """
40
41
self.glade = gtk.glade.XML(GLADEFILENAME, 'window_merge', 'olive-gtk')