Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 1 | -8/+0 |
| | |||||
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 1 | -3/+3 |
| | |||||
* | Fixed missing directory error when merging comments onto a bare bug. | W. Trevor King | 2008-12-04 | 1 | -0/+8 |
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. |