I don't personally know of such a command. One way is to run cvs log on each of the modules branch-wise, store them in separate files, and then parse each branch's log and look if the same comments are present in the trunk's log. This is laborious and error-prone especially if your programmers checked in the same changes with different comments in trunk and branches.
Good luck!
