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