~thekorn/python-launchpad-bugs/launchpad.applet

« back to all changes in this revision

Viewing changes to BtsApplet/controller.py

  • Committer: Markus Korn
  • Date: 2008-01-24 20:04:47 UTC
  • Revision ID: thekorn@gmx.de-20080124200447-lxnvt0jb5ppi7gmc
added new magic-command '!bugnumbers' to run bugnumbers queries to add bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                except:
173
173
                    n = None
174
174
                bug_numbers = BtsApplet.BugNumberParser().parse_hugdaylist(n)
 
175
            elif bug_string.startswith("!bugnumbers"):
 
176
                n = bug_string.split(" ",1)
 
177
                bug_numbers = BtsApplet.BugNumberParser().parse_bugnumbers(n.pop())
175
178
            else:
176
179
                bug_list = utils.valid_lp_url(bug_string,utils.BUGLIST)
177
180
                if bug_list: