aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/4a4609c8-1882-47de-9d30-fee410b8a802/comments
Commit message (Collapse)AuthorAgeFilesLines
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-312-6/+6
|
* Fixed missing directory error when merging comments onto a bare bug.W. Trevor King2008-12-042-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-fee410b8a802W. Trevor King2008-12-042-0/+9
Per-tree severity levels working.