Add utility to find commit intervals
Review Request #7325 — Created May 21, 2015 and submitted
A commit interval
(A, B]contains all the commits afterAthat lead
toB. That is, they are all the descendants ofAthat are ancestors
ofB. This can now be computed via theget_commit_intervalutility
method. Unit tests have been added to test various cases.
Ran unit tests.
Tool: Pyflakes Processed Files: reviewboard/diffviewer/models.py reviewboard/diffviewer/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/diffviewer/models.py reviewboard/diffviewer/tests.py