runbot/forwardport
Xavier Morel fb45f089b0 [FIX] forwardport: use diff3 for conflict style
Existing conflict style is the local default ("merge", most
likely). `diff3` is a lot more informative as it provides the common
ancestor's code for the hunk, which helps see how the two branches
diverged and thus resolve the conflict.

Even better would be zdiff3 but that's a bit too recent...

Fixes #619
2022-06-30 15:07:49 +02:00
..
changelog [FIX] forwardport: use diff3 for conflict style 2022-06-30 15:07:49 +02:00
data [IMP] mergebot, forwardbot: various UI bits 2022-06-30 15:07:49 +02:00
migrations/13.0.1.1 [IMP] forwardport: reliability of PR reminders 2020-05-26 15:56:36 +02:00
models [FIX] forwardport: use diff3 for conflict style 2022-06-30 15:07:49 +02:00
tests [FIX] forwardport: use diff3 for conflict style 2022-06-30 15:07:49 +02:00
__init__.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00
__manifest__.py [IMP] mergebot, forwardbot: various UI bits 2022-06-30 15:07:49 +02:00
controllers.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00