1195
1193
# We have a hypothetical conflict, but if we have files, then we
1196
1194
# can try to merge the content
1197
1195
trans_id = self.tt.trans_id_file_id(file_id)
1198
params = MergeHookParams(self, file_id, trans_id, this_pair,
1196
params = MergeHookParams(self, file_id, trans_id, this_pair[0],
1200
1198
hooks = Merger.hooks['merge_file_content']
1201
1199
hooks = list(hooks) + [self.default_text_merge]
1202
1200
hook_status = 'not_applicable'