http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97514

Revision: 97514
Author:   reedy
Date:     2011-09-19 16:58:22 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
Add newVersion to branch commit messages

Modified Paths:
--------------
    trunk/tools/make-wmf-branch/make-wmf-branch

Modified: trunk/tools/make-wmf-branch/make-wmf-branch
===================================================================
--- trunk/tools/make-wmf-branch/make-wmf-branch 2011-09-19 16:45:01 UTC (rev 
97513)
+++ trunk/tools/make-wmf-branch/make-wmf-branch 2011-09-19 16:58:22 UTC (rev 
97514)
@@ -127,7 +127,7 @@
                }
 
                # Do intermediate commit
-               $this->runWriteCmd( 'svn', 'ci', '-q', '-m', "Creating new WMF 
branch" );
+               $this->runWriteCmd( 'svn', 'ci', '-q', '-m', "Creating new WMF 
{$this->newVersion} branch" );
 
                # Fix $wgVersion
                $this->fixVersion( "$destRel/includes/DefaultSettings.php" );
@@ -143,8 +143,8 @@
                }
 
                # Do the final commit
-               $this->runWriteCmd( 'svn', 'ci', '-q', '-m', 
-                       'Applied local patches for new WMF branch' );
+               $this->runWriteCmd( 'svn', 'ci', '-q', '-m',
+                       "Applied local patches for new WMF {$this->newVersion} 
branch" );
        }
 
        function fixVersion( $fileName ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to