Command completion simplified and working for list, dummies for other cmds.
authorW. Trevor King <wking@drexel.edu>
Thu, 27 Nov 2008 15:16:18 +0000 (10:16 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 27 Nov 2008 15:16:18 +0000 (10:16 -0500)
commit216e39db0bd3491ee3740f69a8f2afd49f76eb2f
tree5fc519ba693a4819f725de6e5b4d3de6fea1deb8
parent8e989347bdefab6a77e32072265fa0bd8c143c43
Command completion simplified and working for list, dummies for other cmds.

All the other commands currently use default_complete(), which has no
effect other than catching the --complete option and effectively
aborting execution.

This closes 8e1bbda4-35b6-4579-849d-117b1596ee99
19 files changed:
.be/bugs/8e1bbda4-35b6-4579-849d-117b1596ee99/values
README.dev
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/diff.py
becommands/help.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/set_root.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/target.py
libbe/cmdutil.py