Release Notes
7.0.16.2688: Oct 22 2018
A branch with multiple heads cannot be pushed. Previously, the error message did not give any useful information. Now, it specifies the heads that need to be merged, so you can unify the heads and push the branch without error.
CLI: The 'cm help objectspec' command now displays the complete help about the different "specs" available.
WebUI: We fixed an issue in Firefox and Edge that prevented the diff view from loading the contents of the currently selected item (it kept the contents of the previously selected item).
We detected that the checkin operation could store a revision without data when these conditions were met:
* The Plastic SCM Server uses the Jet backend
* User performs a merge from a branch that contains files modified only on source
* User shelves all changes using the CLI client ('cm shelve', no path specified)
* User checks in the merge result
The copied revisions (i.e. modified only on merge source) in the resulting changeset wouldn't have any data at this point.
We fixed this scenario, so this shouldn't happen again!