We now support resolving conflicts with ambiguous markers

This commit is contained in:
Douwe Maan 2016-09-20 09:16:35 +03:00 committed by Alfredo Sumaran
parent 4743d19463
commit 6af52d7d23
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ feature 'Merge request conflict resolution', js: true, feature: true do
UNRESOLVABLE_CONFLICTS = {
'conflict-too-large' => 'when the conflicts contain a large file',
'conflict-binary-file' => 'when the conflicts contain a binary file',
'conflict-contains-conflict-markers' => 'when the conflicts contain a file with ambiguous conflict markers',
'conflict-missing-side' => 'when the conflicts contain a file edited in one branch and deleted in another',
'conflict-non-utf8' => 'when the conflicts contain a non-UTF-8 file',
}