https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114750
Revision: 114750
Author: demon
Date: 2012-04-05 21:55:04 +0000 (Thu, 05 Apr 2012)
Log Message:
-----------
Fix docs, swap -m & -q on commit
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 2012-04-05 21:07:31 UTC (rev
114749)
+++ trunk/tools/make-wmf-branch/make-wmf-branch 2012-04-05 21:55:04 UTC (rev
114750)
@@ -8,7 +8,7 @@
if ( count( $argv ) < 3 ) {
echo "Usage: make-wmf-branch <new-version> <old-version>\n";
- echo "Example: make-wmf-branch wmf/1.20r1 wmf/1.20r2\n";
+ echo "Example: make-wmf-branch wmf/1.20r2 wmf/1.20r1\n";
exit( 1 );
}
@@ -130,7 +130,7 @@
}
# Do the final commit
- $this->runWriteCmd( 'git', 'commit', '-a', '-m', '-q',
+ $this->runWriteCmd( 'git', 'commit', '-a', '-q', '-m',
"Applied patches to new WMF {$this->newVersion} branch"
);
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs