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. | ||||
* | Updated misc/gui/wxbe with wxPython -> wx changes. | W. Trevor King | 2008-11-19 | 3 | -1/+27 |
| | | | | | | | | | | | | I'd like to be able to sort the bugs by clicking on the various column titles, but I don't know enough about wxPython to pull it off. After wrestling with it for a bit, I realized that I'll only be using the command line interface anyway, and other people can use the web interface. Probably a common feeling, which would explain why the GUIs feel so abandoned ;). At any rate, I think the effects of turning the RCSs into classes have been passed through and stabilized, so my churning should decrease... | ||||
* | * use python2.4/2.5 compatible import of ElementTree | W. Trevor King | 2008-11-13 | 5 | -0/+87 |
* catch Popen() calls to missing VCS binaries * test.py should only test installed backends |