Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 4 | -18/+0 |
| | |||||
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 2 | -6/+6 |
| | |||||
* | Fixed missing directory error when merging comments onto a bare bug. | W. Trevor King | 2008-12-04 | 2 | -0/+9 |
| | | | | | | | | | If bug_A had no comments (and so, no comment directory), changing comment settings before saving raised missing directory errors. save_settings had previously assumed the .be/bugs/XYZ/comments/ directory existed, which wasn't true for comment-less bugs. Now it checks, and creates the directory if necessary. | ||||
* | Closed 4a4609c8-1882-47de-9d30-fee410b8a802 | W. Trevor King | 2008-12-04 | 2 | -0/+9 |
Per-tree severity levels working. |