No need for Static.Entries, use -rHEAD.

This commit is contained in:
Bruce Momjian 2003-07-25 02:11:17 +00:00
parent 8355901a0e
commit b2312c4eae

View File

@ -4,18 +4,16 @@
# Usage $0 file # Usage $0 file
# no branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log # all branches:
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
# #
# pre and post-branch logs: # one branch:
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
#
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' .
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE`.
# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD . # cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
#
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
# #
# date range
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' -rHEAD .
if [ "X$1" == "X-h" ] if [ "X$1" == "X-h" ]
then HTML="Y" then HTML="Y"