Skip to content

Commit a860b97

Browse files
committed
vcview: Hook up merge order preference (bgo#699030)
1 parent 99fe793 commit a860b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meld/vcview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def run_diff(self, path):
489489
hasattr(self.vc, 'get_path_for_conflict'):
490490
# We create new temp files for other, base and this, and
491491
# then set the output to the current file.
492-
if left_is_local:
492+
if self.props.merge_file_order == "local-merge-remote":
493493
conflicts = (tree.CONFLICT_THIS, tree.CONFLICT_MERGED,
494494
tree.CONFLICT_OTHER)
495495
else:

0 commit comments

Comments
 (0)