aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/c4ea43d5-4964-49ea-a1eb-2bab2bde8e2e/comments
Commit message (Collapse)AuthorAgeFilesLines
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-136-39/+0
|
* Added missing author entries to some comments + cleanups.W. Trevor King2009-12-052-2/+2
|
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-313-48/+9
|
* Updated misc/gui/wxbe with wxPython -> wx changes.W. Trevor King2008-11-192-0/+26
| | | | | | | | | | | | 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-134-0/+52
* catch Popen() calls to missing VCS binaries * test.py should only test installed backends