Cherrypicking a Single Set of Changes

In this example there are two streams, RELEASE and MAINTENANCE. The MAINTENANCE stream was branched off the RELEASE stream from changeset 5. Your team has made multiple deliveries to the RELEASE stream which has created changesets 6, 7, 8, and 9. The modifications in each changeset are related to a different request:

In the MAINTENANCE stream you want to:

Cherrypicking CR_3 during a merge from request operation only includes the changes applied when changeset 8 was created:

The changes to item2 are not applied as it is not affected by CR_3.

The merge operation creates changeset 2 in the MAINTENANCE stream.

cherrypick-example-2.png

 

TIP