Fix move detection metadata for the diff viewer.

Review Request #13302 — Created Oct. 4, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

A cleanup of diff viewer code ended up passing the wrong variable to a
function for move detection state calculations. This resulted in move
detection flags being disabled everywhere.

This change fixes that variable, restoring move detection support.

Viewed a diff with moved lines and verified that move detection is
working again.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix move detection metadata for the diff viewer.
A cleanup of diff viewer code ended up passing the wrong variable to a function for move detection state calculations. This resulted in move detection flags being disabled everywhere. This change fixes that variable, restoring move detection support.
eb324a98723d19af782f0102df137765a0d895ae Christian Hammond
reviewboard/diffviewer/chunk_generator.py
Loading...