Just like the title says, I want to have the changeset comments from the branches that were merged in.
Any standard way to do that?
Just like the title says, I want to have the changeset comments from the branches that were merged in.
Any standard way to do that?
Hi, please check the “cm find” guide that includes some examples and all the filtering options: Plastic SCM version control · cm find by example - Plastic SCM
eg: List the merge result destination changesets
cm find merge --format={dstchangeset}
eg: Show the changeset comment for a specific changeset id.
cm find changeset “where changesetid = 16583” --format={comment}
Yep aware and understand those just seeing if anyone has made a script to export a list of changeset comments that drills down into merges to make it easy to see a history.