Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -1/+10 |
| | | | | | | | | | 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 | 3 | -2/+11 |
| | | | | Per-tree severity levels working. | ||||
* | bug severity verification now works with per-tree severities. | W. Trevor King | 2008-12-04 | 1 | -26/+5 |
| | | | | | | | | | | I adjusted the YAML format following http://pyyaml.org/ticket/11 Unicode support To remove '!!python/unicode' escapes and allow unicode in the output. We can always have unicode in the output because the output is encoded (as per the BugFile.encoding setting) before being sent to the outside world. | ||||
* | Merges kinda working | Aaron Bentley | 2006-02-03 | 1 | -0/+35 |