[post-review] support "revision-range" option with git
Review Request #1049 — Created Sept. 15, 2009 and submitted
With this patch post-review will support the revision-range option following the syntax explained here [1]. [1] http://www.review-board.org/docs/manual/dev/users/tools/post-review/#posting-committed-code
I have tested this new feature locally and it works fine. I have successfully tested the following commands: post-review --revision-range=rev1:rev2 --guess-summary --guess-description post-review --revision-range=rev1:rev2 --guess-description post-review --revision-range=rev1:rev2 post-review --revision-range=rev --guess-summary --guess-description post-review --revision-range=rev
FL
Review request changed
- Change Summary:
-
I have changed the code as you suggested.
- Diff:
-
Revision 2 (+18 -22)
-
The diff you uploaded seems to be relative to your first one, and therefore doesn't show up here in RB. Can you post one against origin/master?
FL
Review request changed
- Change Summary:
-
I have uploaded the right diff file (I hope)
- Diff:
-
Revision 3 (+26 -1)