Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53427


Change subject: Remove manual check for changes to MediaWiki core branches
......................................................................

Remove manual check for changes to MediaWiki core branches

Change-Id: Ieb40d78055bf8056295083bbca982db7cc61d018
---
M bin/repocommit
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/27/53427/1

diff --git a/bin/repocommit b/bin/repocommit
index 1c4f2fc..743c82c 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -104,7 +104,7 @@
        for BRANCH in $REPO_MEDIAWIKI_BRANCHES
        do
                cd "$BRANCH"
-               git commit -a -v -e -m "$COMMITMSG" && git fetch gerrit && git 
review -t l10n || :
+               git commit -a -m "$COMMITMSG" && git fetch gerrit && git review 
-t l10n || :
                cd ..
        done
        cd ..

-- 
To view, visit https://gerrit.wikimedia.org/r/53427
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb40d78055bf8056295083bbca982db7cc61d018
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to