Skip to content

Commit 5e0bc3b

Browse files
committed
Update comments for pgcvslog, -r BASE does not work with cvs log.
1 parent aa198e5 commit 5e0bc3b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/tools/pgcvslog

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.31 2006/09/07 18:13:56 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.32 2006/10/08 01:39:59 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
@@ -10,17 +10,14 @@
1010
# All branches:
1111
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
1212
#
13-
# Branch of current directory:
14-
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
15-
#
1613
# HEAD:
1714
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
1815
#
1916
# Branch:
2017
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
2118
#
2219
# Date range
23-
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
20+
# cvs log -d'2005-05-08<2005-05-29' -rREL8_0_STABLE .
2421
#
2522
# To find branch time, look for "branches:" tag in CVS commit logs
2623
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".

0 commit comments

Comments
 (0)