You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All conflicts should be displayed as changes form head. For conflicts which do not have separate configuration If there is conflict on update, then HEAD value should be in merged and update should be put as conflict. So when curator reject all conflicts only HEAD values should be left. This will require to set default fallback conflict strategy to KEEP_HEAD.
All conflicts which we are ignoring (ones from conflict_filters) should stay with HEAD values if they are not configured differently.
The text was updated successfully, but these errors were encountered:
I don't think you need to set the default to KEEP_HEAD. It can stay as it is, but non-ignored conflicts (those not in conflict_filters) should have KEEP_HEAD always.
All conflicts should be displayed as changes form head. For conflicts which do not have separate configuration If there is conflict on update, then HEAD value should be in
merged
and update should be put as conflict. So when curator reject all conflicts only HEAD values should be left. This will require to set default fallback conflict strategy to KEEP_HEAD.All conflicts which we are ignoring (ones from
conflict_filters
) should stay with HEAD values if they are not configured differently.The text was updated successfully, but these errors were encountered: