[Python-checkins] r81895 - in python/branches/py3k: Lib/test/test_struct.py Misc/NEWS Modules/_struct.c

A.M. Kuchling amk at amk.ca
Fri Jun 11 19:16:50 CEST 2010


On Fri, Jun 11, 2010 at 12:36:46PM -0400, Alexander Belopolsky wrote:
> I goofed in log and NEWS entries (no mention of struct module).
> What's the cvs command to change a log entry?

>From http://www.python.org/dev/faq/#how-can-i-edit-the-log-message-of-a-committed-revision

Use:

svn propedit -r <revision> --revprop svn:log

Replace <revision> with the revision number of the commit whose log message you wish to change.

--amk


More information about the Python-checkins mailing list