The blog is not really topic specific. I will post random stuff which I find worth sharing. Solutions to little issues, tricks etc.

Wednesday, August 20, 2008

post-review

While creating a presentation for my company about review-board, I started playing around with the tool post-review.
post-review is a command-line tool (python script) with which you can
- create a new review request
- update a diff of an existing review
- create a review request of already committed code using the -rRev1:HEAD syntax.

Loving it!

Here is how to use it:
http://code.google.com/p/reviewboard/wiki/Using_PostReview

And here is the actual script
http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools/post-review

0 comments: