267: Review Board should indicate whether the patch applies against HEAD

mark*****@gmai***** (Google Code) (Is this you? Claim this profile.)
It would be nice if Review Board could keep track of whether a patch applies cleanly to your version 
control system's repository.  It could periodically refresh the diff to account for movement in the 
code, and report if a conflict has been introduced.  This would make it easier to see if a stagnant 
patch will need further touching up before it can be accepted.
chipx86
#1 chipx86
Interesting idea. It's doable, since we're already applying it against the specified
version. We'd just need to apply against HEAD, see if there are any issues, and then
mark it as being stale or fresh. The question is how often. You'd only want to do it
when a diff is being looked at, as opposed to just updating every diff out there, and
you probably only want to use the latest diff.
  • -Type-Defect
    +Type-Enhancement
    +Component-DiffViewer
chipx86
#2 chipx86
  • +Milestone-Extensions
    +ExtensionIdea
david
#3 david
Somewhat related to bug 88. It would be nice to spend some time figuring out the
various ways in which we can integrate with various continuous-integration systems.
  • +Confirmed
david
#4 david
  • +Review Board should indicate whether the patch applies against HEAD