diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 893ba4be0..50d8df819 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -28,6 +28,11 @@ the file in which to write the changelog. Yes + + daysinpast + sets the start the number of days into the past specified. + No + start the earliest date of changes that are to be included in report. @@ -73,6 +78,14 @@ the supplied displayname rather than the userid..

Generates a changelog for the dve/network directory including all changes that ever occured on repository. It writes these changes into the file "changelog.xml".

+
  <changelog basedir="dve/network"
+             destfile="changelog.xml"
+             days="10"
+  />
+ +

Generates a changelog for the dve/network directory for the last 10 days. It writes +these changes into the file "changelog.xml".

+
  <changelog basedir="dve/network"
              destfile="changelog.xml"
              start="20 Feb 2002"