From b5b8d7214b24338ba5c97287810a4a67e61c3c06 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 4 Dec 2008 11:32:57 -0500 Subject: Per-tree status levels working. --- .be/settings | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to '.be') 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. -- cgit