Hi,
I have 3 projects A, B based on A, C based on A.
Changes A should first be merged to B and then from B to C. There are also changes in B not affecting A but some of this changed need to be merged in C.
There some changes from A which have been incorrectly merged directly from A to C bypassing B. (I'm using the word "merged" because we needed to merge those manually because automatic delivery would include a bunch of activities we don't need to deliver to B and C).
To fix the problem I now need to merge the changes which have been not merged in B but have been merged in C in B and I'm looking for a way to list all the versions in C which have been created by merging from A so that I can merged the changes for those files into B.
Thanks