We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe793 commit a860b97Copy full SHA for a860b97
1 file changed
meld/vcview.py
@@ -489,7 +489,7 @@ def run_diff(self, path):
489
hasattr(self.vc, 'get_path_for_conflict'):
490
# We create new temp files for other, base and this, and
491
# then set the output to the current file.
492
- if left_is_local:
+ if self.props.merge_file_order == "local-merge-remote":
493
conflicts = (tree.CONFLICT_THIS, tree.CONFLICT_MERGED,
494
tree.CONFLICT_OTHER)
495
else:
0 commit comments