Add support for commit history information in the DiffCommitResource

Review Request #8276 — Created July 8, 2016 and submitted — Latest diff uploaded

Information

Review Board
dvcs
9c0e322...

Reviewers

The DiffCommitResource now 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 ValidateDiffCommitResource has also been updated to accept the
required fields.

reviewboard/diffviewer/forms.py
reviewboard/diffviewer/models.py
reviewboard/diffviewer/tests.py
reviewboard/webapi/resources/diff_commit.py
reviewboard/webapi/resources/draft_diff_commit.py
reviewboard/webapi/resources/validate_diff_commit.py
reviewboard/webapi/tests/test_draft_diff_commit.py
Loading...