simple perl script for retreiving cvs log messages for a file
authorGerald Carter <jerry@samba.org>
Mon, 29 Jul 2002 16:22:37 +0000 (16:22 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 29 Jul 2002 16:22:37 +0000 (16:22 +0000)
commit8812223e2a37b0d0f143fcc74c6ba85ac8081ffb
tree2aad71171cff6d29427db73b1494761405ce5673
parentc268ae460e7e6fe25b6ac1583ea6d2f233c27d0f
simple perl script for retreiving cvs log messages for a file
after a given date.  I use it to help update the WHATSNEW.txt for a
release.

./cvslog.pl SAMBA_2_2 '>2002-06-18' configure.in

The output is a little messy right now, but I plan to clean that up.
source/script/cvslog.pl [new file with mode: 0755]