Stefan Monnier wrote: > How can I fix a log-message in some old revision? > (like "cvs admin -m<rev>:<msg>") You can't. History is immutable. If it's the most recent revision, you can "bzr uncommit" it and then commit it again with the message fixed. --