Implement fix?

This commit is contained in:
Jeff Forcier 2013-12-18 15:20:02 -08:00
parent 9b648846de
commit fa7b0017c3

View file

@ -209,6 +209,7 @@ def construct_releases(entries, app):
# 'unreleased_bugfix'. (Can't nuke it because there might be
# some unreleased bugs for other release lines.)
for x in entries:
if x in lines['unreleased_bugfix']:
lines['unreleased_bugfix'].remove(x)
# Entries get copied into release line buckets as follows:
# * Features and support go into 'unreleased_minor' for use in new