Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
man: Mention `rad patch review`
Merged lorenz opened 1 year ago

I missed this.

1 file changed +15 -0 4b955fff 47842a81
modified rad-patch.1.adoc
@@ -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.