Le Thursday 01 July 2004 � 14:40:44, Ludovic Rousseau a �crit:
> Because of a bug (not yet isolated) in rcs2log(1) the file ChangeLog is
> not complete. I am working on that but wanted to release a new version
> first.

It is not a but but a feature :-)

rcs2log do not print cvs commit messages if they start with a #.
It is documented in the awk source code of rcs2log:
    # Ignore log entries prefixed by "#".
    if (newlog ~ /^#/) { next }

I then added a space character in the 3 occurrences I found in the CVS
repository.

Bye,

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to