From 348695b35ed78ed206b89ac5dd51d4c3a2ff3117 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sun, 15 Jun 2003 20:03:03 +0000 Subject: [PATCH] add a shout of victory against this bug in WHATSNEW and a hint in the doc (bug was that date specs with spaces in them did not work in cvstagdiff) PR: 15995 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274669 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ docs/manual/CoreTasks/cvstagdiff.html | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 81842d77c..59876e508 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -146,6 +146,9 @@ Fixed bugs: * selector can now be nested directly under a fileset Bugzilla Report 20220. +* had a problem with "dd-MM-yy hh:mm:ss" formats + Bugzilla Report 15995. + Other changes: -------------- * Six new Clearcase tasks added. diff --git a/docs/manual/CoreTasks/cvstagdiff.html b/docs/manual/CoreTasks/cvstagdiff.html index 6dbb8e76c..d4d595c32 100644 --- a/docs/manual/CoreTasks/cvstagdiff.html +++ b/docs/manual/CoreTasks/cvstagdiff.html @@ -27,7 +27,8 @@ from the command line in the target directory in which you are working. startDate The earliest date from which diffs are to be - included in the report. + included in the report.
+ accepts all formats accepted by the cvs command for -D date_spec arguments endTag @@ -38,7 +39,8 @@ from the command line in the target directory in which you are working. endDate The latest date from which diffs are to be - included in the report. + included in the report.
+ accepts all formats accepted by the cvs command for -D date_spec arguments destfile