Skip to content

Commit 751d985

Browse files
committed
Update cvs command example to show diff -rBASE.
1 parent 085e7c2 commit 751d985

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/tools/pgcvslog

Lines changed: 6 additions & 3 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.29 2006/03/15 03:24:17 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.30 2006/05/31 10:24:29 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
@@ -10,13 +10,16 @@
1010
# all branches:
1111
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
1212
#
13-
# head:
13+
# current directory branch:
14+
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
15+
#
16+
# HEAD:
1417
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
1518
# branch:
1619
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
1720
#
1821
# date range
19-
# cvs log -d'2005-05-08<2005-05-29' -b .
22+
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
2023
#
2124
# To find branch time, look for "branches:" tag in CVS commit logs
2225
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy