Gerrit 2.8.5.
I am getting an error when a user tries to cherry pick a change to another
branch. In the Web UI I am getting "Code Review - Error" "Cherry pick failed"
and a "Continue" button. But nothing in the error_log. Anywhere I should look
to debug this?
j
--
Joshua J. Kugler - Fairbanks, Alaska
Azariah Enterprises - Programming and Website Design
jos...@azariah.com - Jabber: peda...@gmail.com
PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It can fail like this if:
- The resulting commit is empty, I.e. the change is already on the target branch.
- There was a conflict.
Unfortunately the way it is implemented doesn't distinguish between the two cases and you just get a "failed" message.
It can fail like this if:
- The resulting commit is empty, I.e. the change is already on the target branch.
- There was a conflict.
Unfortunately the way it is implemented doesn't distinguish between the two cases and you just get a "failed" message.