Fix rbt info crashing when a review request has no published diffs.
Review Request #15298 — Created Sept. 14, 2026 and submitted — Latest diff uploaded
Review requests with a repository but no published diffs made
rbt info
request diff revision 0, which failed with an uncaught API error. This
now skips the diff section in that case, and reports a clear error when
a requested diff revision does not exist.
- Ran
rbt infoon an attachment-only review request with no diffs. - Ran
rbt infoon a review request with diffs and passed in the
optional diff revision param with a revision that didn't exist.