Skip to content

Fix merge ref head comments for removed lines

Igor Drozdov requested to merge id-fix-merge-ref-comments-for-removals into master

What does this MR do?

An example: gitlab-test!51 (diffs)

When a note is added to the removed lines (Note for removed line), it appears on master (base) but not on master (HEAD). This merge request fixes the bug and updates the test to verify the behavior

The wrong behavior:

merge-ref-head-comment

The correct behavior:

merge-ref-comment-correct

Edited by Igor Drozdov

Merge request reports