Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added `be tag --list' to list all tags. | W. Trevor King | 2009-06-25 | 1 | -26/+5 |
| | | | | | Loading all the bugs for the list search had the side effect of updating all the bug values files to the new YAML format. | ||||
* | Command completion simplified and working for list, dummies for other cmds. | W. Trevor King | 2008-11-27 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Basic bash completion is now supported. | W. Trevor King | 2008-11-27 | 5 | -0/+93 |
I'm still working on a clean implementation though... |