~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/check-newsbugs.py

Merge fix for bug #583667 targeted at 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        f.close()
62
62
 
63
63
 
64
 
lp = Launchpad.login_anonymously('bzr-check-newsbugs', 'edge', version='1.0')
 
64
lp = Launchpad.login_anonymously('bzr-check-newsbugs', 'production',
 
65
                                 version='1.0')
65
66
 
66
67
bugnos = read_news_bugnos(args[1])
67
68
for bugno, section in bugnos: