Add 'gerrit set-topic' SSH command

Currently the only way to set the topic is through the REST API,
however this is a bit annoying if you don't want to use the REST API.
It's desirable to also have an SSH command that covers this use case.

Change-Id: I6686e64a788365bd252df69ae5b3ec9d65aaf068
This commit is contained in:
Michael Kelly
2020-03-04 00:40:26 -08:00
committed by David Pursehouse
parent 0627e6ee9e
commit fc1c3dded8
5 changed files with 152 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ public class SshCommandsIT extends AbstractDaemonTest {
"set-project",
"set-project-parent",
"set-reviewers",
"set-topic",
"stream-events",
"test-submit");