Fix some documentation errors for SCMTool.parse_diff_revision().

Review Request #11721 — Created July 15, 2021 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

SCMTool.parse_diff_revision() documented the strings as Unicode
strings, when in fact they're required to be byte strings. It also
didn't have sufficient documentation for the return type.

All the subclasses had correct documentation. The problem was just in
SCMTool.

This is a small change that fixes up this documentation to be correct.
It actually copy/pastes the corrected docs used in subclasses.

Checked the documentation for errors.

Commits

Files

    Loading...