[Libreoffice-commits] .: logerrit
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Tue Jun 26 09:46:37 PDT 2012
logerrit | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b0cb1955daf41617a3abc72f153d858570d6e515
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Tue Jun 26 18:45:02 2012 +0200
do not submit a change for now as that removes the ref on gerrit
Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71
diff --git a/logerrit b/logerrit
index b3d2233..52be193 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"
More information about the Libreoffice-commits
mailing list