This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, ezio.melotti, ncoghlan, orsenthil, pitrou, r.david.murray
Date 2013-09-13.18:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379097922.51.0.797550779584.issue18967@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is my rough attempt at a script to auto-generate Misc/NEWS from commit logs. Key points:

- Works from the hg log in XML format as dumped to a file
- Considers a commit newsworthy if it isn't a merge and either has an issue number or has an "interesting" path (e.g. not an HTML file) and details (i.e. the stuff after a \n\n)
- Uses paths in the commit to determine what category the commit belongs to

Decisions to make:

- How to exactly flag a commit should not be in NEWS (I say it doesn't contain "#\d+:" to signify an issue and lacks any details after a \n\n)
- How often to run (e.g. at release time, anyone, post-commit hook, etc.)
History
Date User Action Args
2013-09-13 18:45:22brett.cannonsetrecipients: + brett.cannon, ncoghlan, orsenthil, pitrou, ezio.melotti, r.david.murray
2013-09-13 18:45:22brett.cannonsetmessageid: <1379097922.51.0.797550779584.issue18967@psf.upfronthosting.co.za>
2013-09-13 18:45:22brett.cannonlinkissue18967 messages
2013-09-13 18:45:22brett.cannoncreate