Page MenuHomePhabricator

When building a synthetic diff in Differential, adjust diff properties correctly
ClosedPublic

Authored by epriestley on Apr 25 2019, 10:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 11, 5:07 AM
Unknown Object (File)
Jun 27 2026, 2:05 PM
Unknown Object (File)
Jun 26 2026, 2:39 AM
Unknown Object (File)
Jun 25 2026, 8:14 AM
Unknown Object (File)
Jun 22 2026, 1:42 PM
Unknown Object (File)
Jun 22 2026, 9:08 AM
Unknown Object (File)
Jun 21 2026, 5:47 AM
Unknown Object (File)
Jun 20 2026, 8:11 PM
Subscribers
None

Details

Reviewers
amckinley
Summary

See PHI1218. When rendering "A vs B", we currently show the properties of diff A without modification.

Instead, take properties from the same place we're taking change details.

See T12664 for a followup.

Test Plan
  • In diff A, removed "+x" from a file.
  • In diff B, changed the file but did not remove "+x" from it.
  • Diffed B vs A.
    • Before change: UI incorrectly shows "+x" removed (both sides incorrect, just showing the change from diff A).
    • After change: UI shows 100644 -> null, which is half right.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable