New option in post-review: --revision-range

Review Request #162 — Created Oct. 1, 2007 and discarded — Latest diff uploaded

Information

Review Board SVN (deprecated)

Reviewers

This patch adds a new method to the SCMClient: diff_between_revisions(), implemented for SVNClient only (I have now P4 knowledge, sorry).

So you can use the revision-range option like this: --revision-range 200:300
or even --revision-range 200 (will diff between rev 200 and HEAD in svn).

 
    Loading...