Reedy has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/327366 )
Change subject: Fix indenting of some braces
......................................................................
Fix indenting of some braces
Change-Id: I3bda19c3a44925ed32d5f821f4767f439a98d821
---
M make-wmf-branch/MakeWmfBranch.php
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release
refs/changes/66/327366/1
diff --git a/make-wmf-branch/MakeWmfBranch.php
b/make-wmf-branch/MakeWmfBranch.php
index c06d19c..cb24d8d 100644
--- a/make-wmf-branch/MakeWmfBranch.php
+++ b/make-wmf-branch/MakeWmfBranch.php
@@ -47,7 +47,7 @@
function setStartExtension( $extName ) {
if ( $extName === null ) {
return;
- }
+ }
$foundKey = false;
foreach ( array(
@@ -69,14 +69,14 @@
if ( $foundKey ) {
break;
- }
+ }
}
if ( !$foundKey ) {
$this->croak(
"Could not find extension '{$extName}' in any
branched Extension list"
);
- }
+ }
// Should make searching array easier
$this->alreadyBranched = array_flip( $this->alreadyBranched );
@@ -172,7 +172,7 @@
// repo has already been branched, so just bail out
if ( isset( $this->alreadyBranched[$repo] ) ) {
return;
- }
+ }
$this->runCmd( 'git', 'clone', '-q',
"{$this->repoPath}/{$path}", $repo );
$this->chdir( $repo );
@@ -230,7 +230,7 @@
if ( isset( $this->specialExtensions[$name] ) ) {
$submoduleBranch =
$this->specialExtensions[$name];
- }
+ }
$this->runCmd( 'git', 'submodule', 'add', '-b',
$submoduleBranch, '-q',
"{$this->repoPath}/extensions/{$name}",
"extensions/$name" );
--
To view, visit https://gerrit.wikimedia.org/r/327366
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3bda19c3a44925ed32d5f821f4767f439a98d821
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits