From ef12658443b9c556544105823f06e31bbecab0b8 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 13 May 2014 12:31:38 +0200 Subject: [PATCH] intro-quick: Include updated change into push output When pushing a new patch set the output of the push command is now including the URL to the updated change. Update the example in intro-quick and adapt the text describing this. Change-Id: I267b4aa29d9c1964ba5a8b842820e944ac4570c4 Signed-off-by: Edwin Kempin --- Documentation/intro-quick.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Documentation/intro-quick.txt b/Documentation/intro-quick.txt index 936cd720cc..9ff6058852 100644 --- a/Documentation/intro-quick.txt +++ b/Documentation/intro-quick.txt @@ -265,14 +265,21 @@ Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 546 bytes, done. Total 3 (delta 0), reused 0 (delta 0) +remote: Processing changes: updated: 1, done +remote: +remote: Updated Changes: +remote: http://gerrithost:8080/68 +remote: To ssh://gerrithost:29418/RecipeBook.git * [new branch] HEAD -> refs/for/master ---- -Note that the output is slightly different this time around. We don't -get told about a new review because we're adding to an existing -review. Having uploaded the reworked commit we can go back into the -Gerrit web interface and look at our change. +Note that the output is slightly different this time around. Since +we're adding to an existing review it tells us that the change was +updated. + +Having uploaded the reworked commit we can go back into the Gerrit web +interface and look at our change. .Reviewing the Rework image::images/intro-quick-review-2-patches.jpg[Reviewing the Rework]