Closed Bug 1287663 Opened 8 years ago Closed 6 years ago

interdiff can mask some changes

Categories

(MozReview Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: glandium, Unassigned)

Details

See https://reviewboard.mozilla.org/r/62468/diff/

The interdiff between revision 1 and 2 doesn't show the removal of the block in android.m4 that starts with "dnl Not all Android releases have their own platform release. We use".

What happened is, essentially:
- Patch revision 1 was against revision A of android.m4
- Patch revision 2 was against revision B of android.m4
- The diff between revision A of android.m4 and revision B of android.m4 added the block starting with "dnl Not all Android releases have their own platform release. We use".
- Those added lines are relevant to the second patch revision, and the second patch revision rightfully deletes them (adding corresponding code to android-ndk.configure).
- The interdiff between patch revision 1 and revision 2 doesn't show the deletion. Which is kind of obvious considering the lines weren't there in the first place. But it's still something interesting to the reviewer looking at the interdiff, but can't easily be represented. As discussed at Mozlondon, an intermediate rebased patch revision 1 would help in such cases.
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.