bagder: curl-www/auto last5commits.pl,1.1,1.2
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto In directory labb:/tmp/cvs-serv29134 Modified Files: last5commits.pl Log Message: use 'now' instead of trying to get the current time for better precision Index: last5commits.pl =================================================================== RCS file: /cvsroot/curl/curl-www/auto/last5commits.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- last5commits.pl 7 Nov 2003 09:34:23 -0000 1.1 +++ last5commits.pl 20 Oct 2006 09:20:24 -0000 1.2 @@ -32,5 +32,5 @@ #print "$datefrom to $dateto\n"; -print `cvs -Q log -d "$datefrom<$dateto"` +print `cvs -Q log -d "$datefrom<now"`