I have some software that is version controlled with Perforce. There are a lot of checkins, and hence a lot of changelists.
There is one feature, implemented with many checkins across a long period of time, that I would like to port elsewhere. I can search the history by hand, but it would be really nice if there were a simple way to diff the current state of the baseline against the combined effect of selected changelists.
In other words, diff the latest-greatest in that branch against the result of: changelist A+ changelist B + changelist C...
How do I do this in Perforce?