Whenever I sent a review to Gerrit and if the review is pending for some time, I am getting cannot merge
message in Gerrit.
I understood its coming because somebody else would have changed same file/files and delivered before me. I am trying below workaround to solve my issue.
- Abandon the current review.
- Create a new local branch, take a pull
- Cherry-pick my commit from old branch and send to gerrit
This works but the review comments whatever I had would no longer be available and it is difficult for my reviewer to check it again.
I am looking for a way to remove cannot merge
from current review. Thanks!