GNOME Bugzilla – Bug 602871
blocks representing conflicts in three-way diffs are missing arrows
Last modified: 2010-03-01 08:23:23 UTC
This worked in 1.2.x but not in 1.3.0
Created attachment 148412 [details] missing arrows
Created attachment 148413 [details] with arrows btw syntax highlighting is great! Thanks
If I click it the right spot the blocks move properly. So the buttons are there but the arrows are just not being painted. Also, this issue is only with the red blocks the blue blocks for example have the proper arrows.
Created attachment 153807 [details] [review] Proposed patch This patch applies to HEAD, and brings back the arrows. It's adds some additional logic so that we don't show replace arrows for empty conflict blocks, but otherwise it's pretty simple. Testing appreciated.
I've pushed the above patch to HEAD. Thanks for the bug report.