Actions:
|
2024-10-04 06:50 AEST by Arthur Barrett - I have the following file;
===================================================================
File: win32.cpp Status: Needs Patch
Working revision: 1.72.2.150.6.44.2.55
Repository revision: 1.72.2.150.6.44.2.61 /usr/local/cvs/cvsnt/windows-NT/win32.cpp,v
Expansion option: kv
Commit Identifier: 37f966fceda3192e
Sticky Tag: CVSNT_BRANCH_2_8_01_3761 (branch: 1.72.2.150.6.44.2)
Sticky Date: (none)
Sticky Options: kv
Merge From: (none)
If I annotate it - I get the annotations for version 1.72.2.150.6.44.2.61 (HEAD) not the annotations for the
current working revision 1.72.2.150.6.44.2.55
Is this intentional?
I think it is, because otherwise we wouldn't have a -r option:
Usage: cvs annotate [-lRfF] [-r rev] [-D date] [files...]
-l Local directory only, no recursion.
-R Process directories recursively.
-f Use head revision if tag/date not found.
-F Annotate binary files.
-r rev Annotate file as of specified revision/tag.
-D date Annotate file as of specified date. |