Remove deprecated code from Review Board.
Review Request #12885 — Created March 14, 2023 and submitted — Latest diff uploaded
This change removes all RemovedInReviewBoard60 things from our codebase.
The only complicated part of this is that the mercurial diff parsers
were still using the oldget_orig_commit_id
method, so those have been
updated to set the data correctly on theParsedDiffChange
.This also makes one small fix to the filediff API resource to handle a
deprecation removal in Djblets.
Ran unit tests.