How do I compare 2 changesets within a component/stream, and get an IUpdateReport out of it?
![]() I am trying to list out all changes within a component from a certain date. I'm able to brute-force list out all change sets delivered since a specified date, but I am unable to find a way to take the first and last changeset and compare them. Is there a way to produce an IUpdateReport? |