Hi,
I would like to know how can I know after a merge what was the source of the merge.
Suppose I merge from one branch to another. After the merge action I only have a new changeset at the target branch, from that changeset I can not know what was the source of the merge.
Thanks
Yaarit

Traceability after merge - What was the source branch?
Richard Chauvet
The best answer I have for v1 is to write helpful changeset notes when you check in a merge. Comments & checkin notes are not displayed by 'tf merges' but they are returned by the QueryMerges web service call. You can also view them in the IDE of course by doubleclicking on a changeset in the History toolwindow.
The info you (and we!) want is already stored in the database's merge history rows, so I'm confident we'll do better in v2.
kablou
Hi Richard,
Yes I looked at the merges command, However you only receive the changeset's number, and if you want to know where it actually came from you need to search where that changeset came from.
10x
Yaarit < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
LazyCat
robbyd
Have a look at the Merges command: http://msdn2.microsoft.com/en-us/library/656cs2x5.aspx