~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Jonathan Lange
  • Date: 2009-03-12 07:35:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4134.
  • Revision ID: jml@canonical.com-20090312073517-z8di5cdnoydh6jcs
Add Revision.iter_bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
 
287
287
FIXED = 'fixed'
288
288
 
 
289
ALLOWED_BUG_STATUSES = set([FIXED])
 
290
 
289
291
 
290
292
def encode_fixes_bug_urls(bug_urls):
291
293
    """Return the 'bugs' property value for a revision that fixes 'bug_urls'.