aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c4ea43d5-4964-49ea-a1eb-2bab2bde8e2e
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Updated misc/gui/wxbe with wxPython -> wx changes.W. Trevor King2008-11-193-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 ElementTreeW. Trevor King2008-11-135-0/+87
* catch Popen() calls to missing VCS binaries * test.py should only test installed backends