gerrit set-topic 为一个或多个 change 设置 topic
ssh -p <port> <host> gerrit set-topic
<CHANGE>
[ --topic <TOPIC> | -t <TOPIC> ]
为指定的 change 设置 topic
需要有修改 topic 的权限。
可以在脚本中执行
Required; change id.
--topic -topic 有效的 topic 名称
设置 topic 为 "MyTopic": change "I6686e64a788365bd252df69ae5b3ec9d65aaf068", "MyProject", branch "master" .
$ ssh -p 29418 [email protected] gerrit set-topic MyProject~master~I6686e64a788365bd252df69ae5b3ec9d65aaf068 --topic MyTopic