Merge branch 'stable'

* stable:
  ps: Fix implementation to alias to gerrit show-queue

Change-Id: I7ccb2d747e06f6fe4e1e46b07d209ad52db426d7
This commit is contained in:
Shawn O. Pearce
2010-05-10 08:19:49 -07:00

View File

@@ -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);