On Fri, Apr 27, 2007 at 10:16:15AM -0700, Matthew Dillon wrote: > There's a command to edit the log entry, anyone remember what it is?
cvs admin -mrev:text should do it: $ cd /sys/netinet6 $ cat > log this is a revised text $ cvs admin -m1.:"`cat log`" in6_proto.c ip6_var.h route6.c which should replace the HEAD's log entry for each file listed on the command line. I don't know of non-admin commands. A safer alternative is to force-commit the revised text. Cheers.
