Hi All.
I have a simple requirement: I wish to rebase my current gerrit to the commit 5d9b0f6a3659f6dbc36d47974e0652fa396ef59e using the "Rebase on a specific change, ref, or commit" feature on web-interface.
Following are my trials and failure messages :
a)
5d9b0f6a3659f6dbc36d47974e0652fa396ef59e
Could not perform action: base revision is missing from the destination branch: 5d9b0f6a3659f6dbc36d47974e0652fa396ef59e
Are you trying to rebase on a different branch? Then you probably need to do it locally via git commandline. If you want to move a change to a different branch you could also try to cherry-pick it from Ui instead.
Anyhow, seems "Cherry pick" is what I needed to achieve exactly what I wanted.I would suggest gerrit developers/management to remove the "Rebase on a specific change, ref, or commit" option, so that users do not kill themselves for hours.
Thanks and Regards,Ajay