From 9c0cfc22f626a7e9a70c121ff0cf389edfd23894 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 4 Apr 2011 21:50:04 -0400 Subject: [PATCH] documentation: Show example of review -m Bug: issue 800 Change-Id: I39c30c0ac148bc6bc86b618b8e3936512ce47683 Signed-off-by: Shawn O. Pearce --- Documentation/cmd-review.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/cmd-review.txt b/Documentation/cmd-review.txt index ec16bcce1a..5645f5137f 100644 --- a/Documentation/cmd-review.txt +++ b/Documentation/cmd-review.txt @@ -83,6 +83,13 @@ Approve the change with commit c0ff33 as "Verified +1" $ ssh -p 29418 review.example.com gerrit review --verified=+1 c0ff33 ===== +Append the message "Build Successful". Notice two levels of quoting is +required, one for the local shell, and another for the argument parser +inside the Gerrit server: +===== + $ ssh -p 29418 review.example.com gerrit review -m '"Build Successful"' +===== + Mark the unmerged commits both "Verified +1" and "Code Review +2" and submit them for merging: ====