diff options
author | Bruce Momjian | 2006-10-08 01:39:59 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-10-08 01:39:59 +0000 |
commit | abf8387e8dfcb6226a9e4d65139ca9b4042d0ef7 (patch) | |
tree | 35c26bc0c1cba0e5ab64d89a8d77624716e55a61 | |
parent | 56801db85e2cdd9b75dfc99fd8be9a85f119c774 (diff) |
Update comments for pgcvslog, -r BASE does not work with cvs log.
-rwxr-xr-x | src/tools/pgcvslog | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 985d4481ab..eafd039539 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -10,9 +10,6 @@ # All branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log # -# Branch of current directory: -# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE . -# # HEAD: # cvs log -d'>2000-05-29 00:00:00 GMT' -b . # @@ -20,7 +17,7 @@ # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE . # # Date range -# cvs log -d'2005-05-08<2005-05-29' -rBASE . +# cvs log -d'2005-05-08<2005-05-29' -rREL8_0_STABLE . # # 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". |