Added bugid_args option to cmdutil.default_complete.
authorW. Trevor King <wking@drexel.edu>
Thu, 27 Nov 2008 16:03:21 +0000 (11:03 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 27 Nov 2008 16:03:21 +0000 (11:03 -0500)
commit84551c20fe603ee9832b0b17061660cdf31a913e
tree20a4e0924b74baee0402213ed9b1dde4214fd840
parent216e39db0bd3491ee3740f69a8f2afd49f76eb2f
Added bugid_args option to cmdutil.default_complete.

Now most of the bug-id arguments support Bash completion.  Since there
will hopefully be lots of bugs in the database, I decided to filter
the list of available bugs.  Currently, we just auto-complete active
bugs for most commands, with the exceptions of open (obviously) and
status (which needs to work on all types of bugs).
becommands/assign.py
becommands/close.py
becommands/merge.py
becommands/open.py
becommands/remove.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/target.py
libbe/cmdutil.py