I haven't been able to successfully use *rbt post --revision-range=SINGLE_REVISION*. It works fine if I use the syntax *rbt post --revision-range=* *OLD_REV:NEW_REV* Am I doing something wrong?
My steps: 1. Commit some files to svn revision 123. Note: there are still modified files in my working copy which I do NOT want to review. 2. I want to review just the files committed in revision 123, so I type: *rbt post --revision-range=123* This creates a review request with a diff of the *changes in my working copy* instead of showing me a diff of what was committed. It was as if I posted a pre-commit review by typing: *rbt post* . 3. Suddenly it works if I type: *rbt post --revision-range=122:123* Using: RBTools 0.5.5, ReviewBoard 1.7.21, subversion 1.7.8, python 2.7.5 -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
