]> granicus.if.org Git - postgresql/commitdiff
No need for Static.Entries, use -rHEAD.
authorBruce Momjian <bruce@momjian.us>
Fri, 25 Jul 2003 02:11:17 +0000 (02:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 Jul 2003 02:11:17 +0000 (02:11 +0000)
src/tools/pgcvslog

index ba2bdd35df08d11fde8aa7ba525b5af02b6da26a..3acfef5efab62ffe574a0714e344eb446fcb3804 100755 (executable)
@@ -4,18 +4,16 @@
 
 # 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:
-# 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`.
+# one branch:
 # cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
-# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
-#
-# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
+# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
 #
+# 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" ]
 then   HTML="Y"