"Cherry pick" to
Just like the "advanced merge to", allow the user to cherry pick to any branch.
This allow the user to avoid switching to the branch he want to cherry pick to, which can be very time consuming (reimporting workspace in a game engine for exemple).
Yes, you can do it from the CLI, but you need to enable the server-side merge functionality.
The client and the server version must be 7.0.16.2077 or newer. You also need to enable the server-side merge functionality (in-preview) adding the following setting on the client.conf. Check how to do it on the release notes: https://www.plasticscm.com/download/releasenotes/7.0.16.2077
After that, you will be able to perform a cherrypick using the merge-to. Example:
cm m br:/main/task —to=br:/main —cherrypicking —merge -c=“merge-to cherrypick example”
Best regards
Borja
-
Eric Ling commented
Will you consider making a GUI for this? This is a relatively commonly used feature and it is not that convenient doing this from cli everytime.