From b0cb1955daf41617a3abc72f153d858570d6e515 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 26 Jun 2012 18:45:02 +0200 Subject: do not submit a change for now as that removes the ref on gerrit Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71 --- logerrit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logerrit') diff --git a/logerrit b/logerrit index b3d223354a3b..52be19335974 100755 --- a/logerrit +++ b/logerrit @@ -123,11 +123,11 @@ case "$1" in ask_tristate $CODEREVIEW case "$ANSWER" in "y") - read -p 'do you approve and submit the change (+) too, or prefer someone else to do that ()? ' CODEREVIEW + read -p 'do you approve the change (+) too, or prefer someone else to do that ()? ' CODEREVIEW ask_tristate $CODEREVIEW case "$ANSWER" in "y") - CODEREVIEWFLAG="--codereview=2 --submit" + CODEREVIEWFLAG="--codereview=2" ;; "n") CODEREVIEWFLAG="--codereview=1" -- cgit v1.2.3