Release Notes
10.0.16.5903: Aug 23 2021
macOS - Plastic: Editing changesets to retroactively link to a code review will now mark the change requests referenced as done
For example, lets say you are fixing issues from a code review. You solve the problem brought up in the change request b78993b but forget to include it in your comment when checking in the changes:
Fixed the issue
To fix this, you can edit the comment in the properties panel, comparison view or via the command line to add the correct annotation:
[apply-change:b78993b] Fixed the issue
Previously this would do nothing but now it will mark the change request as done.