Centralize get_commits() in the SVN backends.
Review Request #5979 — Created June 11, 2014 and submitted — Latest diff uploaded
Now that we have a standardized
get_log()
we can call, we no longer need
separateget_commits()
functions in each backend.This change promotes
get_commits()
toSVNTool
, making use of the new
get_log()
, and providing results in a consistent way.
Unit tests for both backends pass.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/scmtools/svn/__init__.py |
---|
reviewboard/scmtools/svn/base.py |
---|
reviewboard/scmtools/svn/pysvn.py |
---|
reviewboard/scmtools/svn/subvertpy.py |
---|