saving a draft via JSON unnecessarily requires a diff_revision field
Updated 10 months, 4 weeks ago
| Michael Plump | Reviewers | ||
| trunk | reviewboard | ||
| None | Review Board SVN | ||
I'm not sure what this diff_revision flag is used for. You go ahead and fetch the diffset using it, but then you don't actually do anything with it. I'm assuming it's not needed, but perhaps there's some subtelty I'm missing.
I've published reviews via JSON after taking this code out.