In this example there are two streams, RELEASE and MAINTENANCE. The MAINTENANCE stream was branched off the RELEASE stream from version 6. Your team has made multiple deliveries to the RELEASE stream, creating changesets 7, 8, 9, and 10. The changes in changesets 8 and 10 are both related to the same request, CR_4.
In the MAINTENANCE stream you want to:
Merge the changes related to CR_4 in the RELEASE stream (changesets 8 and 10).
Ignore the other changes delivered to the RELEASE stream (changesets 7 and 9).
You can cherrypick the changes delivered in changeset 8 and 10 by selecting request CR_4 during a merge operation.
TIP You can select multiple requests when cherrypicking.