Is there any way to see a chronological (or reverse-cronological) list of the log comments without getting duplicates? At the moment I am doing cvs log -d '>???' 2>/dev/null and then fancy egrep's to remove all the stupid headers to files that didn't change, and then more diff/egrep things to get rid of the duplicates. It really is a pain this way, and I assume I am just missing something.