How to abandon all changes of an entire patchset at once in Gerrit?
问题 Due to our workflow, I have to abandon changes often, and now I'm doing it by going over every single commit and clicking abandon. But that is getting tiring, is there a way to abandon the entire patchset and all parents in one go, just like I can submit including parents? I was hoping for a web UI method, but if not possible, I might also give the gerrit CLI tool a try: https://gerrit-review.googlesource.com/Documentation/cmd-review.html Related for a topic: How to abandon a whole topic on