/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/check-newsbugs.py

  • Committer: Vincent Ladeuil
  • Date: 2010-12-02 14:21:49 UTC
  • mfrom: (5552.1.4 583667-lp-no-edge-2.3)
  • mto: This revision was merged to the branch mainline in revision 5555.
  • Revision ID: v.ladeuil+lp@free.fr-20101202142149-y5m49f4qxl7dw2do
Merge fix for bug #583667 targeted at 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
def report_notmarked(bug, task, section):
31
 
    print 
 
31
    print
32
32
    print "Bug %d was mentioned in NEWS but is not marked fix released:" % (bug.id, )
33
33
    print "Launchpad title: %s" % bug.title
34
34
    print "NEWS summary: "
83
83
            print '%s is private and cannot be accessed' % (bugno,)
84
84
            continue
85
85
        raise
86
 
     
 
86
 
87
87
    found_bzr = False
88
88
    fix_released = False
89
89
    for task in bug.bug_tasks: