diff options
author | W. Trevor King <wking@drexel.edu> | 2008-12-04 09:54:39 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-12-04 09:54:39 -0500 |
commit | ca347e86bef7bbdd0d1007beaf283f29ec1bbdff (patch) | |
tree | 221489938cd49ded27fee624ddc835c58a420797 /.be/settings | |
parent | 83e320a61eb74dab6eddfdda010f34fa42eedc0c (diff) | |
download | bugseverywhere-ca347e86bef7bbdd0d1007beaf283f29ec1bbdff.tar.gz |
Per-tree settings now passed into bug module.
becommands/severity gets the configured settings appropriately.
Todo:
adjust setting-validation to compare against the current values.
setup becommands/severity to --complete severities.
Diffstat (limited to '.be/settings')
-rw-r--r-- | .be/settings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.be/settings b/.be/settings index 331e353..26f81cd 100644 --- a/.be/settings +++ b/.be/settings @@ -5,6 +5,8 @@ severities: description: A feature that could improve usefulness, but not a bug. - name: minor description: The standard bug level. +- name: moderate + description: Yet another bug severity. - name: serious description: A bug that requires workarounds. - name: critical |