"C. Scott Ananian" cananian@wikimedia.org wrote:
I'd use this tag more often if I could set it from the gerrit command-line when I upload a patch. Otherwise it will be pretty inconvenient to keep this in sync with the summary line of my patch.
That should be possible with Gerrit's command line inter- face (cf. https://gerrit-review.googlesource.com/Documentation/cmd-review.html). For example, I just voted on https://gerrit.wikimedia.org/r/#/c/238201/ with:
| ssh -p 29418 gerrit.wikimedia.org gerrit review --label Code-Review=+1 4266a950bf7d0984cc5177b0f2f8d76b7d0b3c55
This /should/ work for arbitrary labels.
Tim