'cm merge --to' needs --comment
The cli command merge needs a --comment parameter when used with the --to parameter. Now, all these merges have no comment at all.
Also: It would be nice if the merge-to wouldn't need a workspace, when called with fully qualified src and dest.
1
vote
SWSBB
shared this idea
The option to set the comment is -c= and it’s already available although it’s not documented. We will fix the documentation.
Example:
cm merge br:/main/ —to=br:/main/task001 -c=“Integrated new UI”
The merge-to no longer needs a workspace. It has been fixed at 7.0.16.2185
Best regards
Borja