cli: add un/resolve for patch review comments
Patch review comments can be resolved and unresolved as part of the Patch COB
API. This functionality was missing from the rad patch command.
Add a subcommand rad patch resolve which can resolve a review comment, and
unresolve given the --unresolve flag.
Patch review comments can be resolved and unresolved as part of the Patch COB
API. This functionality was missing from the rad patch command.
Add a subcommand rad patch resolve which can resolve a review comment, and
unresolve given the --unresolve flag.
Changes:
- Add
resolvefile - Rename
--unresolveto--undo
Rebase.