Fix regressions in expanding diffs.
Review Request #7187 — Created April 9, 2015 and submitted
The recent work to refactor the diff fragment rendering code and the
view broke diff expanding, due to the lack of a**kwargsin
process_diffset_info(), and a captured URL parameter name that wasn't
updated. This affected both diffs and interdiffs, with slightly
different breakages.The
**kwargsargument has been added, and the URL capture name fixed,
restoring expansion support.
Expansion worked again, for both diffs and interdiffs.
Tool: PEP8 Style Checker Processed Files: reviewboard/diffviewer/views.py reviewboard/reviews/urls.py Tool: Pyflakes Processed Files: reviewboard/diffviewer/views.py reviewboard/reviews/urls.py