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