summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Luthander <fredrik.luthander@sonyericsson.com>2011-11-03 13:30:27 +0100
committerMartin Fick <mfick@codeaurora.org>2011-12-28 12:32:25 -0700
commit71e364a9d2baf6b3570d064f54ad6c96b7c71f72 (patch)
tree22c697e02bcbdc69f9e18d49e5567e533f4570cc
parentfb1098ebd18d65a4b98e1720bc36b1612626c02f (diff)
Provided an example on how to abandon a change
Added command line example to abandon a certain change. The example was made to be as similar as possible to the previous examples, reusing the same virtual SHA1. Change-Id: I7f2ed88c59856d2a173aed3f8c3e84e4ec187b66
-rw-r--r--Documentation/cmd-review.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/cmd-review.txt b/Documentation/cmd-review.txt
index 4c87c26b9e..f1740343f2 100644
--- a/Documentation/cmd-review.txt
+++ b/Documentation/cmd-review.txt
@@ -106,6 +106,11 @@ submit them for merging:
$(git rev-list origin/master..HEAD)
====
+Abandon an active change:
+====
+ $ ssh -p 29418 review.example.com gerrit review --abandon c0ff33
+====
+
SEE ALSO
--------