Code review comment for lp://staging/~wgrant/launchpad/unuse-bugtask-markers

Revision history for this message
Curtis Hovey (sinzui) wrote :

My question was about why they are different given that the rules the milestones are identical:
            elif IProductSeries.providedBy(bug_target):
                target = milestone_context.productseries.product
could be written
            elif IProductSeries.providedBy(bug_target):
                target = milestone_context.productseries
And that may really relate to https://bugs.launchpad.net/launchpad/+bug/423692

« Back to merge proposal