doc: add info about git-mrcomment-(list|show) commands to git-mr-reply
authorFrantisek Hrbata <frantisek@hrbata.com>
Sun, 20 Dec 2020 11:56:29 +0000 (12:56 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Sun, 20 Dec 2020 11:56:29 +0000 (12:56 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Documentation/git-mr-reply.txt

index fd02352b2037cc0fbd71d9efa1b1a3258e92cac5..120c2d1a33f6537e5ee08402ae57d313080478f4 100644 (file)
@@ -15,8 +15,12 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Launch editor with quoted comment, patch(commit) or MR description as a reply.
-When 'REV' is specified, reply to specific comment or patch identified
+This is one of three basic commands for 'MR' review, along with
+link:git-mr-comment-list.html[git-mr-comment-list(1)] and
+link:git-mr-comment-show.html[git-mr-comment-show(1)].
+
+It launches editor with quoted comment, patch(commit) or MR description as a
+reply. When 'REV' is specified, reply to specific comment or patch identified
 by it's revision(SHA-1). If 'REV' is not specified, reply to the currently
 checked out 'MR'(HEAD) or to 'MR' description identified with the *-m* option.
 Each comment or patch is related to a specific 'MR' and 'git-mr-reply' tries