Issue 3735: Submit whole topic doesn't work with Cherry Pick/Rebase strategy
Status:  New
Owner: ----
Reported by org...@gmail.com, Dec 23, 2015
Affected Version: 2.12

What steps will reproduce the problem?
1. Configure change.submitWholeTopic = true
2. Configure the project to have "Cherry Pick" or "Rebase if Necessary" strategy
3. Create multiple commits that depend on each other (e.g. change the same line)
4. Push them with a topic
5. Approve them all, and try to submit

What is the expected output? What do you see instead?
They should all be submitted. Instead, gerrit complains about conflicts and doesn't allow to submit any of them.

I'd expect gerrit to use a merge commit for all the changes, regardless of the project strategy (maybe make that configurable), or at least "just work", and submit all the changes sequentially.