66
66
Given BASE, OTHER, THIS, tries to produce a combined text
67
67
incorporating the changes from both BASE->OTHER and BASE->THIS.
68
68
All three will typically be sequences of lines."""
69
def __init__(self, base, a, b, is_cherrypick=False):
70
def __init__(self, base, a, b, is_cherrypick=False, allow_objects=False):