95
102
def merge_contents(self, merge_params):
96
103
"""Attempt to merge the contents of a single file.
99
106
:return: A tuple of (status, chunks), where status is one of
100
107
'not_applicable', 'success', 'conflicted', or 'delete'. If status
101
108
is 'success' or 'conflicted', then chunks should be an iterable of