Hugh Gibson writes:
> 
> The annotate output appears to be wrong for the output of the Log command. 
> As far as I can tell, annotate is getting the header information for the 
> version prior to the requested version. Strangely, the code after the 
> header appears to be the latest version and is annotated correctly.

That's the way RCS works -- the $Log$ keyword (not command) is expanded
by checkout/update, so what's actually in the file for 1.33 is the log
for 1.32.  That is, the log for 1.32 gets added to the file when you
check it out, it isn't added to the RCS file in the repository until you
check it in again as 1.33, so the log for 1.32 is actually added in
1.33.

-Larry Jones

That's one of the remarkable things about life.  It's never so
bad that it can't get worse. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to