Thanks to visit codestin.com Credit goes to github.com
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 45708f5 commit 8355901Copy full SHA for 8355901
src/tools/pgcvslog
@@ -9,8 +9,9 @@
9
# pre and post-branch logs:
10
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
11
#
12
-# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
13
-# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE
+# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' .
+# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE`.
14
+# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
15
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
16
17
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
0 commit comments