Commit 8355901a authored by Bruce Momjian's avatar Bruce Momjian

Add example of cvs log pulls _just_ from HEAD.

parent 45708f5e
...@@ -9,8 +9,9 @@ ...@@ -9,8 +9,9 @@
# pre and post-branch logs: # pre and post-branch logs:
# find . -name CVS -type d -exec touch '{}/Entries.Static' \; # find . -name CVS -type d -exec touch '{}/Entries.Static' \;
# #
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' # 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 # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE`.
# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log # cvs log -d'>1999-06-14 00:00:00 GMT' . > log
# #
# find . -name CVS -type d -exec rm '{}/Entries.Static' \; # find . -name CVS -type d -exec rm '{}/Entries.Static' \;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment