Merge branch 'stable'
* stable: ps: Fix implementation to alias to gerrit show-queue Change-Id: I7ccb2d747e06f6fe4e1e46b07d209ad52db426d7
This commit is contained in:
@@ -45,7 +45,7 @@ public class DefaultCommandModule extends CommandModule {
|
||||
command(git, "receive-pack").to(Commands.key(gerrit, "receive-pack"));
|
||||
command(git, "upload-pack").to(Upload.class);
|
||||
|
||||
command("ps").to(AdminShowCaches.class);
|
||||
command("ps").to(ShowQueue.class);
|
||||
command("kill").to(AdminKill.class);
|
||||
command("scp").to(ScpCommand.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user