r47448 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47447‎ | r47448 | r47449 >
Date:13:08, 18 February 2009
Author:tstarling
Status:ok
Tags:
Comment:
Configuration warning
Modified paths:
  • /trunk/extensions/ExtensionDistributor/ExtensionDistributor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExtensionDistributor/ExtensionDistributor.php
@@ -19,7 +19,11 @@
2020 /** Subversion /mediawiki working copy */
2121 $wgExtDistWorkingCopy = false;
2222
23 -/** Supported branches, the first one is the default */
 23+/**
 24+ * Supported branches, the first one is the default.
 25+ * To add a branch, first check out the new branch in $wgExtDistWorkingCopy, and
 26+ * then add it here. Do not add a branch here without first checking it out.
 27+ */
2428 $wgExtDistBranches = array(
2529 'trunk' => array(
2630 'tarLabel' => 'trunk',

Status & tagging log