Update comments.
authorBruce Momjian
Tue, 16 Aug 2005 19:29:38 +0000 (19:29 +0000)
committerBruce Momjian
Tue, 16 Aug 2005 19:29:38 +0000 (19:29 +0000)
src/tools/pgcvslog

index 36a621bc063432666700180099aeb94173078d3e..0a9d28d137ae440a20e0a8ff6a34e738106f4b78 100755 (executable)
 # To find branch time, look for "branches:" tag in CVS commit logs
 # e.g. "branches:  1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
 #
-# Remove these:  TODO,v, TODO.html,v, FAQ,v, FAQ.html,v from logs
-# before processing
+# Remove these from the log file before processing to reduce the number
+# of unneeded log entries:
+#
+#  /cvsroot/pgsql/doc/TODO
+#  /cvsroot/pgsql/doc/FAQ
+#  /cvsroot/pgsql/doc/src/FAQ/TODO.html
+#  /cvsroot/pgsql/doc/src/FAQ/FAQ.html
 #
 
 if [ "X$1" == "X-h" ]