Allow finding ancestors in commit intervals
Review Request #7326 — Created May 22, 2015 and submitted — Latest diff uploaded
The
find_oldest_filediff_ancestorutility function can now find
ancestorFileDiffs in commit intervals, as well as the oldest
ancestor commit. As such, it has been renamed to
find_ancestor_filediff. Unit tests have been added for both the new
and old behaviour of this function.A new utility function,
find_ancestor_commit_ids, was added to allow
this behaviour. A unit test has been added for this behaviour.
Ran unit tests.