Serialize commit count in diff resource
Review Request #10282 — Created Oct. 26, 2018 and submitted — Latest diff uploaded
We now include the
commit_count
in the payload for the diff resource
when the DVCS feature is enabled. This allows RBTools to check for
review requests created with history support when doingrbt patch
without making an additional request to either the commit list resource
or the review request resource when unnecessary.
Ran unit tests.