r97514 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97513‎ | r97514 | r97515 >
Date:16:58, 19 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Add newVersion to branch commit messages
Modified paths:
  • /trunk/tools/make-wmf-branch/make-wmf-branch (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/make-wmf-branch
@@ -127,7 +127,7 @@
128128 }
129129
130130 # Do intermediate commit
131 - $this->runWriteCmd( 'svn', 'ci', '-q', '-m', "Creating new WMF branch" );
 131+ $this->runWriteCmd( 'svn', 'ci', '-q', '-m', "Creating new WMF {$this->newVersion} branch" );
132132
133133 # Fix $wgVersion
134134 $this->fixVersion( "$destRel/includes/DefaultSettings.php" );
@@ -143,8 +143,8 @@
144144 }
145145
146146 # Do the final commit
147 - $this->runWriteCmd( 'svn', 'ci', '-q', '-m',
148 - 'Applied local patches for new WMF branch' );
 147+ $this->runWriteCmd( 'svn', 'ci', '-q', '-m',
 148+ "Applied local patches for new WMF {$this->newVersion} branch" );
149149 }
150150
151151 function fixVersion( $fileName ) {

Status & tagging log