logerrit |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b0cb1955daf41617a3abc72f153d858570d6e515
Author: Bjoern Michaelsen <[email protected]>
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"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to