Comment #3 on issue 1673 by phillipb30: post-review revision-range doesn't handle single revision as advertised
http://code.google.com/p/reviewboard/issues/detail?id=1673
I've noticed this as well. With SVN it looks like its running svn diff --diff-cmd=diff -r 24 when it should run svn diff --diff-cmd=diff -c 24 or svn diff --diff-cmd=diff -r 23:24 -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
