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

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

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).

 
chipx86
  1. 
      
  2. trunk/reviewboard/contrib/tools/post-review (Diff revision 1)
     
     
     
     
     
     
    It doesn't look like we really need this anymore, do we?
  3. trunk/reviewboard/contrib/tools/post-review (Diff revision 1)
     
     
     
    Missing space after "given", and shouldn't this have a + at the end?
  4. Trailing whitespace.
    1. Thanks for your comments! I made a new version of the patch but I can't upload it, I get the "unable to parse server response" error :(
  5. 
      
Loading...