331
326
class Merge3Merger(object):
333
329
supports_reprocess = True
334
330
supports_show_base = True
336
333
def __init__(self, working_tree, this_tree, base_tree, other_tree,
337
334
reprocess=False, show_base=False):
338
335
"""Initialize the merger object and perform the merge."""