id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
4315	Need convenience command for removing news fragment files	jml	therve	"After running `build-news` as part of the ReleaseProcess and then reviewing and committing the changes, we need to delete the news fragment files (e.g. `2155.bugfix`).

Unfortunately, doing this correctly is a bit of a pain. My best guess...

`find . -name '*.bugfix' -or -name '*.misc' -or -name '*.feature' -or -name '*.removal' -or -name '*.doc' | xargs svn rm`

This should be simpler."	enhancement	closed	normal	totally automated release infrastructure	release management	fixed		thijs	branches/delete-news-fragments-4315	therve	
