Implement post-commit review request creation.

Review Request #4315 — Created July 9, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Implement post-commit review request creation.

Our webapi already has the plumbing necessary to create post-commit reviews, and
in a few previous changes I added the scmtools/hostingsvcs infrastructure for
fetching the necessary data. This change bridges the gap by making
update_from_commit_id do the right thing if said commit_id refers to an already
committed revision on a repository that supports get_change.
- Ran unit tests.
- Used this with my UI.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
reviewboard/reviews/models.py
reviewboard/reviews/tests.py
reviewboard/scmtools/core.py
Loading...