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 <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2014-05-13 12:31:38 +02:00
parent 98fef39e96
commit ef12658443

View File

@@ -265,14 +265,21 @@ Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done. Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 546 bytes, done. Writing objects: 100% (3/3), 546 bytes, done.
Total 3 (delta 0), reused 0 (delta 0) 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 To ssh://gerrithost:29418/RecipeBook.git
* [new branch] HEAD -> refs/for/master * [new branch] HEAD -> refs/for/master
---- ----
Note that the output is slightly different this time around. We don't Note that the output is slightly different this time around. Since
get told about a new review because we're adding to an existing we're adding to an existing review it tells us that the change was
review. Having uploaded the reworked commit we can go back into the updated.
Gerrit web interface and look at our change.
Having uploaded the reworked commit we can go back into the Gerrit web
interface and look at our change.
.Reviewing the Rework .Reviewing the Rework
image::images/intro-quick-review-2-patches.jpg[Reviewing the Rework] image::images/intro-quick-review-2-patches.jpg[Reviewing the Rework]