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