aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/4a4609c8-1882-47de-9d30-fee410b8a802
Commit message (Collapse)AuthorAgeFilesLines
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-135-32/+0
|
* 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-043-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-fee410b8a802W. Trevor King2008-12-043-2/+11
| | | | Per-tree severity levels working.
* bug severity verification now works with per-tree severities.W. Trevor King2008-12-041-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 workingAaron Bentley2006-02-031-0/+35