482: create a 'apply-review-diff' script which pulls a review's diff and applies it

edg****@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 5, 2009
445
It would be convenient to have a script which is the complement of
'post-review', and can be used for pulling reviews and applying their diffs
to a specified directory.  Optionally, if the current/specified directory
is a clean repository (with no pending changes), the script could change
the working-version to the 'from' version of the diffs before applying them.
chipx86
#1 chipx86
I'm planning a suite of tools for working with Review Board servers, and this will be
one of them. However, it's happening down the road and won't be written any time soon.

For now, it's trivial to write something that just pulls the patch down and applies
it. Maybe I'll go ahead and do this one early, but I'm not guaranteeing it, so
pushing this to 2.0.
  • -Type-Defect
    +Type-Enhancement
    +Component-Scripts
    +Milestone-Release2.0
chipx86
#2 chipx86
See also bug 445
david
#3 david
In fact, I'm going to say that this and bug 445 are actually the same request, in
slightly different forms.