1164
1158
def new_contents_conflict(self, filename, other_contents):
1165
1159
raise NewContentsConflict(filename)
1167
def weave_merge_conflict(self, filename, weave, other_i, out_file):
1170
1161
def threeway_contents_conflict(self, filename, this_contents,
1171
1162
base_contents, other_contents):
1172
1163
raise ThreewayContentsConflict(filename)