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