I have the following open review in Gerrit:
Change I37783be4
depends on Change Iff96ca11 (MERGED)
Change I37783be4 it's depending on an already merged commit, so I would expect that Gerrit knows how to merge it into master. Still I do get the following error:
Your change requires a recursive merge to resolve. Please merge (or rebase) the change locally and upload the resolution for review.
I tried to fetch that specific changeId and do a 'git rebase master', but the only thing I get back is a sad "Nothing to do" message.
Any ideas of what I'm doing wrong?