man: Mention `rad patch review`
This commit is contained in:
parent
4b955fff15
commit
47842a81e3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue