Update SCMClients and tests for the new diff dictionary change.

Review Request #4423 — Created Aug. 12, 2013 and submitted — Latest diff uploaded

Information

RBTools
release-0.5.x

Reviewers

Update SCMClients and tests for the new diff dictionary change.

My recent change to convert diff results to a dictionary that also
introduced the base_commit_id value was pushed prematurely. This change
finishes that up by updating all other SCMClients, post-review, and unit
tests.
Unit tests passed. Well, mostly. Some were already broken, but the
ones that were working before work now.

Tested that post-review now works.
rbtools/postreview.py
rbtools/clients/__init__.py
rbtools/clients/bazaar.py
rbtools/clients/clearcase.py
rbtools/clients/cvs.py
rbtools/clients/mercurial.py
rbtools/clients/perforce.py
rbtools/clients/plastic.py
rbtools/clients/svn.py
rbtools/clients/tests.py
Loading...