Skip to content

Commit b6eab50

Browse files
committed
Update pgcvslog comments.
1 parent a0e87ad commit b6eab50

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/tools/pgcvslog

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

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.30 2006/05/31 10:24:29 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.31 2006/09/07 18:13:56 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
77

88
# Usage $0 file
99

10-
# all branches:
10+
# All branches:
1111
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
1212
#
13-
# current directory branch:
13+
# Branch of current directory:
1414
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
1515
#
1616
# HEAD:
1717
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
18-
# branch:
18+
#
19+
# Branch:
1920
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
2021
#
21-
# date range
22+
# Date range
2223
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
2324
#
2425
# To find branch time, look for "branches:" tag in CVS commit logs

0 commit comments

Comments
 (0)