aboutsummaryrefslogtreecommitdiffstats
path: root/.be/settings
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-12-04 11:32:57 -0500
committerW. Trevor King <wking@drexel.edu>2008-12-04 11:32:57 -0500
commitb5b8d7214b24338ba5c97287810a4a67e61c3c06 (patch)
tree132ba457d113eaaf03111523429dda82aabd863c /.be/settings
parent1449bf7d1a42d187c30ed72074b2c45b5131d6bc (diff)
downloadbugseverywhere-b5b8d7214b24338ba5c97287810a4a67e61c3c06.tar.gz
Per-tree status levels working.
Diffstat (limited to '.be/settings')
-rw-r--r--.be/settings21
1 files changed, 9 insertions, 12 deletions
diff --git a/.be/settings b/.be/settings
index 6a8d2f3..44c2cd5 100644
--- a/.be/settings
+++ b/.be/settings
@@ -1,15 +1,12 @@
rcs_name: bzr
-severities:
-- - wishlist
- - A feature that could improve usefulness, but not a bug.
-- - minor
- - The standard bug level.
-- - serious
- - A bug that requires workarounds.
-- - critical
- - A bug that prevents some features from working at all.
-- - fatal
- - A bug that makes the package unusable.
-
+inactive_status:
+- - closed
+ - The bug is no longer relevant.
+- - fixed
+ - The bug should no longer occur.
+- - wontfix
+ - It's not a bug, it's a feature.
+- - disabled
+ - Unknown meaning. For backwards compatibility with old BE bugs.