Fix the interdiff URL changing after load in the diff viewer.
Review Request #7274 — Created May 1, 2015 and submitted
When viewing an interdiff, the revision range in the URL would change,
stripping away the interdiff information. This was due to the
Backbone.history.startcall's URL failing to account for the interdiff.
We now build this correctly to factor this information in.
Navigated to various interdiff ranges, and never saw the URL strip the
information away.
Tool: Pyflakes Ignored Files: reviewboard/static/rb/js/pages/views/diffViewerPageView.js Tool: PEP8 Style Checker Ignored Files: reviewboard/static/rb/js/pages/views/diffViewerPageView.js