How to use port fix for multiple revisions in Mx10?

0
Hi all, I noticed when trying to merge that either you need to merge an entire branch, or use a port fix for only ONE revision.  the documentation of Mx10 says that multiple revisions should also be possible, but i honestly can't find the option. Anyone knows how to merge multiple revisions? (Version Mx 10.18.3 by the way, I couldn't select that as studio pro version in the dropdown for the question)
asked
1 answers
0

I assume that this text "multiple revisions" is a  left-over from SVN-times. Dive into the git-model. In git you have all revisions locally and merging the latest revision will include all previous revisions of that branch.

answered