~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 23:59:50 UTC
  • mfrom: (14621.1.4 xss_911632)
  • Revision ID: launchpad@pqm.canonical.com-20120104235950-13dqftqbpu1zxcdh
[r=abentley][bug=911632] Fix template to escape output of no branch
        message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
        If no such `BugSubscription` exists, return None.
579
579
        """
580
580
 
581
 
    def getSubscriptionInfo(level=None):
 
581
    def getSubscriptionInfo(level):
582
582
        """Return a `BugSubscriptionInfo` at the given `level`.
583
583
 
584
 
        :param level: A member of `BugNotificationLevel`. Defaults to
585
 
            `BugSubscriptionLevel.LIFECYCLE` if unspecified.
 
584
        :param level: A member of `BugNotificationLevel`.
586
585
        """
587
586
 
588
587
    def getBugNotificationRecipients(duplicateof=None, old_bug=None,