19
options, args = getopt.gnu_getopt(sys.argv, "lw", ["launchpad", 'webbrowser'])
19
options, args = getopt.gnu_getopt(sys.argv, "l", ["launchpad"])
26
25
print "--launchpad Print out Launchpad mail commands for closing bugs "
27
26
print " that are already fixed."
33
30
def report_notmarked(bug, task, section):
35
32
print "Bug %d was mentioned in NEWS but is not marked fix released:" % (bug.id, )
36
33
print "Launchpad title: %s" % bug.title