~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

Merge bzr.dev into cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1173
1173
        return 'conflict'
1174
1174
 
1175
1175
    @staticmethod
 
1176
    @deprecated_method(deprecated_in((2, 2, 0)))
1176
1177
    def scalar_three_way(this_tree, base_tree, other_tree, file_id, key):
1177
1178
        """Do a three-way test on a scalar.
1178
1179
        Return "this", "other" or "conflict", depending whether a value wins.