如何使用 gerrit 插件从 intellij 2017 提出评论?

How do I raise a review from intellij 2017 using the gerrit plugin?

我看到 plugin documentation 提到 "Publish and delete draft changes" 作为功能之一。我已经安装了该插件并将其配置为与我的公司 gerrit 服务器一起使用,并且我能够查看已在服务器上提出以供审查的所有更改。

但是,我还没有弄清楚如何在本地提交新更改并为那些使用我的 intelliJ 2017.2.6 中的 gerrit 插件的人提出审查。我尝试使用谷歌搜索,确实看到有人提到他们正在尝试配置 "push dialog box",但我没有看到该选项对我可用。

我在 PyCharm 上安装了 Gerrit 插件,通常插件的行为在几个 JetBrains 产品中非常相似,所以这个 可能 适用于 IntelliJ 作为嗯

在我的例子中,VCS->GIT->Push 菜单序列的对话框 (Ctrl+Shift+ K 对于 Windows 和 +Shift+K 对于 Mac) 被插件修改为看起来类似于显示在 https://plugins.jetbrains.com/plugin/7272-gerrit:

的第二个屏幕截图中显示的那个

希望对您有所帮助。