http://www.intellij.net/tracker/idea/viewSCR?publicId=28869
When viewing the CVS History for a file and I have selected two revisions to view their differences, I would like to be able to merge the diff into the working copy.
To make this fully useful I would need to be able to specify the order of the revisions when executing the diff so that, for example, I could diff from a newer revision to an older revision. Currently, it seems that I can only diff from the older revision to the newer revision.
It would also be useful to be able to merge specific changes from the diff into the working copy, much like the conflict resolution dialog allows.