Pull out code of SCM clients from postreview into separate files
Review Request #2399 — Created June 14, 2011 and submitted — Latest diff uploaded
As the preliminary step for releasing 'api' branch SCM clients code from postreviews is pulled out into rbtools/clients/*. In the future those clients should be merged with ones from 'api', for now it lets us separate theirs code and hence simplify maintaining of 'api' clients up-to-date with master's. git history is at http://github.com/mbait/rbtools/tree/new-clients
rbtools/tests.py passes all tests except two suspicious which fail on master and perhaps should be reviewed
Diff Revision 6 (Latest)
orig
1
2
3
4
5
6
rbtools/postreview.py |
---|
rbtools/tests.py |
---|
rbtools/api/errors.py |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/cvs.py |
---|
rbtools/clients/git.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/utils/checks.py |
---|
rbtools/utils/files.py |
---|
rbtools/utils/process.py |
---|