aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/8e1bbda4-35b6-4579-849d-117b1596ee99
Commit message (Collapse)AuthorAgeFilesLines
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-135-46/+0
|
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-312-32/+6
|
* Added `be tag --list' to list all tags.W. Trevor King2009-06-251-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 King2008-11-271-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 King2008-11-275-0/+93
I'm still working on a clean implementation though...