Index: trunk/tools/make-wmf-branch/make-wmf-branch |
— | — | @@ -127,7 +127,7 @@ |
128 | 128 | } |
129 | 129 | |
130 | 130 | # 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" ); |
132 | 132 | |
133 | 133 | # Fix $wgVersion |
134 | 134 | $this->fixVersion( "$destRel/includes/DefaultSettings.php" ); |
— | — | @@ -143,8 +143,8 @@ |
144 | 144 | } |
145 | 145 | |
146 | 146 | # 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" ); |
149 | 149 | } |
150 | 150 | |
151 | 151 | function fixVersion( $fileName ) { |