We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da1e06 commit 83f62e9Copy full SHA for 83f62e9
src/tools/pgcvslog
@@ -8,11 +8,11 @@
8
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
9
#
10
# one branch:
11
-# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
+# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
12
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
13
14
# date range
15
-# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' -rHEAD .
+# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' -b .
16
17
18
if [ "X$1" == "X-h" ]
0 commit comments