aboutsummaryrefslogtreecommitdiffstats
path: root/.be
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-12-04 09:14:01 -0500
committerW. Trevor King <wking@drexel.edu>2008-12-04 09:14:01 -0500
commit83e320a61eb74dab6eddfdda010f34fa42eedc0c (patch)
tree7bdeb30f918344ab41b87c3e66b3193360335ebc /.be
parentf6c5402f58b8450ee4e1a78da87b560491abbd45 (diff)
downloadbugseverywhere-83e320a61eb74dab6eddfdda010f34fa42eedc0c.tar.gz
Added per-tree configurable severities.
They currently have no effect, but you can see them with $ be set There's a lot of information in this one 'settings' variable. I think set will have to be specialized to handle arrays smoothly...
Diffstat (limited to '.be')
-rw-r--r--.be/settings20
1 files changed, 13 insertions, 7 deletions
diff --git a/.be/settings b/.be/settings
index 47dda13..331e353 100644
--- a/.be/settings
+++ b/.be/settings
@@ -1,7 +1,13 @@
-
-
-
-rcs_name=bzr
-
-
-
+rcs_name: bzr
+
+severities:
+- name: wishlist
+ description: A feature that could improve usefulness, but not a bug.
+- name: minor
+ description: The standard bug level.
+- name: serious
+ description: A bug that requires workarounds.
+- name: critical
+ description: A bug that prevents some features from working at all.
+- name: fatal
+ description: A bug that makes the package unusable.