Index: trunk/extensions/CodeReview/api/ApiRevisionUpdate.php |
— | — | @@ -128,6 +128,8 @@ |
129 | 129 | 'removetags' => 'Tags to be removed from the revision', |
130 | 130 | 'addflags' => 'Code Signoff flags to assign to the revision by the current user', |
131 | 131 | 'removeflags' => 'Code Signoff flags to strike from the revision by the current user', |
| 132 | + 'addreferences' => 'Add references to this revision', |
| 133 | + 'removereferences' => 'Remove references from this revision', |
132 | 134 | ); |
133 | 135 | } |
134 | 136 | |