Add support for commit history information in the DiffCommitResource
Review Request #8276 — Created July 8, 2016 and submitted — Latest diff uploaded
The
DiffCommitResourcenow accepts the original commit IDs of a commit
when creating. These IDs can be used to show the evolution of a commit
history over time, e.g., when two commits get squashed into one commit
or a commit is amended.The
ValidateDiffCommitResourcehas also been updated to accept the
required fields.
- Ran unit tests.
 - Used https://reviews.reviewboard.org/r/8278/ to upload a rebased
patch withrbtand saw the relationships in the database.