-
-
/trunk/reviewboard/contrib/tools/post-review (Diff revision 2) What will happen if the code reaches here? Should there be some sort of error or warning?
Add basic Git support (against an SVN remote only) to post-review
Review Request #315 — Created March 27, 2008 and submitted
Information | |
---|---|
chipx86 | |
Review Board SVN (deprecated) | |
trunk | |
Reviewers | |
reviewboard | |
This change adds the beginning of Git support to post-review. Right now, it only generates diffs for repositories against SVN remotes and only generates a single squashed change rather than a patchset (as Review Board doesn't yet support this). However, it's a step. Additional features will likely require changes in Review Board, which may wait until 2.0. This does make my life easier now, though :) We scan to see if this is a repository against an SVN remote and then generate a diff in the format that `svn diff` would generate.
I posted this review request!