man: Mention `rad patch review`

This commit is contained in:
Lorenz Leutgeb 2024-08-07 16:11:02 +02:00 committed by cloudhead
parent 4b955fff15
commit 47842a81e3
No known key found for this signature in database
1 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,7 @@ rad-patch - Manage radicle patches.
*rad patch* _delete_ <patch-id> [<option>...] +
*rad patch* _redact_ <revision-id> [<option>...] +
*rad patch* _ready_ <patch-id> [--undo] [<option>...] +
*rad patch* _review_ <patch-id> [<option>...] +
*rad patch* _edit_ <patch-id> [<option>...] +
*rad patch* _set_ <patch-id> [<option>...] +
*rad patch* _comment_ <revision-id> [<option>...] +
@ -95,6 +96,20 @@ to *open*.
*--undo*:: Change a patch back to *draft*
=== review
Review a patch. Indicate acceptance or rejection of a patch revision along
with a comment.
*--revision*, *-r <revision-id>*:: The revision to diff (default: latest)
*--patch*, *--p*:: Review by patch hunks
*--hunk <index>*:: Only review a specific hunk
*--accept*:: Accept a patch or set of hunks
*--reject*:: Reject a patch or set of hunks
*--unified*, *-U <n>*:: Generate diffs with *<n>* lines of context instead of the usual three
*--delete*, *-d*:: Delete a review draft
*--message*, *-m [<string>]*:: Provide a comment with the review (default: prompt)
=== archive
Archive a patch.