twmr / gerrit.el

gerrit integration in emacs
44 stars 5 forks source link

Fix setting of assignees in gerrit-upload #2

Closed twmr closed 3 years ago

twmr commented 4 years ago

git-review does not support setting the assignee via a command line option. The reason for this is that gerrit (server) doesn't provide a push_option for setting assignees.

See

As long as git-review doesn't have a means to set the assignee, we have to parse the change number(s) from the output of git-review and set the assignee via REST API calls.

twmr commented 3 years ago

This is no longer an issue, since git-review was replaced by a elisp implementation in #11. Closing