GNOME Bugzilla – Bug 736675
traceback with --auto-merge
Last modified: 2014-09-18 20:14:45 UTC
Created attachment 286205 [details] [review] patch I use meld as a git merge-tool and have this in my .gitconfig: [mergetool] cmd = meld --auto-merge --output $MERGED $LOCAL $BASE $REMOTE --diff $BASE $LOCAL --diff $BASE $REMOTE however with 3.11 it tracebacks. Steps to Reproduce: 1. meld --auto-merge --output m l b r --diff b l --diff b r Actual results: Traceback (most recent call last):
+ Trace 234094
tab = self.parse_args(command_line)
focus=i == 0)
return window.open_paths(paths, **kwargs)
paths, auto_compare=auto_compare, auto_merge=auto_merge)
return self.append_filemerge(paths, merge_output=merge_output)
assert len(files) == 3 AssertionError
See attached patch.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.