Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -248,6 +248,13 @@ |
249 | 249 | $wgCodeReviewFixmePerPath = array(); |
250 | 250 | |
251 | 251 | /** |
| 252 | + * Key is repository name. Value is an array of key value pairs of the paths to get new list for |
| 253 | + * |
| 254 | + * $wgCodeReviewnewPerPath = array( 'RepoName' => array( '/path/to/use', '/another/path/to/use' ) ) |
| 255 | + */ |
| 256 | +$wgCodeReviewnewPerPath = array(); |
| 257 | + |
| 258 | +/** |
252 | 259 | * UDP comment and status changes notification |
253 | 260 | */ |
254 | 261 | $wgCodeReviewUDPAddress = false; |