3125: rbtools git parent diff support broken for revision ranges

ade***@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 31, 2013
post-review in RBTools 0.5.2 with --revision-range isn't uploading the parent diff to the RB server. It's generating both diffs but due to a bug in git.py it's not properly registering the parent_diff, causing the caller to ignore it.

I've found and fixed the problem; just filing this bug so that others will know about the breakage.
#1 ade***@gmai***** (Google Code) (Is this you? Claim this profile.)
Pull request: https://github.com/reviewboard/rbtools/pull/29
#2 ade***@gmai***** (Google Code) (Is this you? Claim this profile.)
Forgot you guys don't use pull requests. Here's the RB link: https://reviews.reviewboard.org/r/4870/
david
#3 david
Fixed in rbtools release-0.5.x (50cf71e). Thanks!
  • +Fixed