Commit 83f62e9d authored by Bruce Momjian's avatar Bruce Momjian

cvs log used -b for head, not -rHEAD.

parent 4da1e06f
......@@ -8,11 +8,11 @@
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
#
# one branch:
# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
#
# date range
# 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 .
if [ "X$1" == "X-h" ]
......
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