specs/011-push.md:161 says "Sets the topic to the branch name for grouping related changes"
But why? I was never setting a topic in gerrit before, and I've had a case where this was actually harmful: since all my branches start with a wip/dfaure/ prefix, the gerrit topic was wip/dfaure/foo and the reviewers thought the MR was wip, i.e. not ready for review yet.
specs/011-push.md:161says "Sets the topic to the branch name for grouping related changes"But why? I was never setting a topic in gerrit before, and I've had a case where this was actually harmful: since all my branches start with a wip/dfaure/ prefix, the gerrit topic was wip/dfaure/foo and the reviewers thought the MR was wip, i.e. not ready for review yet.