Index: trunk/extensions/ExtensionDistributor/ExtensionDistributor.php |
— | — | @@ -19,7 +19,11 @@ |
20 | 20 | /** Subversion /mediawiki working copy */ |
21 | 21 | $wgExtDistWorkingCopy = false; |
22 | 22 | |
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 | + */ |
24 | 28 | $wgExtDistBranches = array( |
25 | 29 | 'trunk' => array( |
26 | 30 | 'tarLabel' => 'trunk', |