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

This commit is contained in:
Bruce Momjian 2003-08-01 05:52:44 +00:00
parent 4da1e06f64
commit 83f62e9d29

View File

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