File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
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 $
4
4
5
5
# This utility is used to generate a compact list of changes
6
6
# for each release, bjm 2000-02-22
10
10
# All branches:
11
11
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
12
12
#
13
- # Branch of current directory:
14
- # cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
15
- #
16
13
# HEAD:
17
14
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
18
15
#
19
16
# Branch:
20
17
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
21
18
#
22
19
# 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 .
24
21
#
25
22
# To find branch time, look for "branches:" tag in CVS commit logs
26
23
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
You can’t perform that action at this time.
0 commit comments