~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bug.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
        The INotificationRecipientSet instance will contain details of
592
592
        all recipients for bug notifications sent by this bug; this
593
593
        includes email addresses and textual and header-ready
594
 
        rationales. See
595
 
        canonical.launchpad.interfaces.BugNotificationRecipients for
 
594
        rationales. See `BugNotificationRecipients` for
596
595
        details of this implementation.
597
596
        If this bug is a dupe, set include_master_dupe_subscribers to
598
597
        True to include the master bug's subscribers as recipients.