Remove deprecated approve SSH alias

Change-Id: I540c8e9f1476c17cfd64079f513de8bd48ce774d
This commit is contained in:
David Ostrovsky 2013-11-27 21:22:06 +01:00
parent 07a7a52f88
commit b6f01308af
2 changed files with 0 additions and 5 deletions

View File

@ -51,9 +51,6 @@ see link:user-upload.html#test_ssh[Testing Your SSH Connection].
[[user_commands]]User Commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'gerrit approve'::
'Deprecated alias for `gerrit review`.'
link:cmd-ban-commit.html[gerrit ban-commit]::
Bans a commit from a project's repository.

View File

@ -36,8 +36,6 @@ public class MasterCommandModule extends CommandModule {
command(gerrit, Receive.class);
command(gerrit, AdminSetParent.class);
command(gerrit, ReviewCommand.class);
// deprecated alias to review command
alias(gerrit, "approve", ReviewCommand.class);
command(gerrit, SetAccountCommand.class);
command(gerrit, SetMembersCommand.class);
command(gerrit, SetProjectCommand.class);