Kaydet (Commit) b0cb1955 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

do not submit a change for now as that removes the ref on gerrit

Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71
üst ec7af76e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment