aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/severity.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-05-25 06:46:26 -0400
committerW. Trevor King <wking@drexel.edu>2011-05-25 06:46:26 -0400
commitb039ea6ef3f39b808f55405a3b6e06d88323dd6e (patch)
treee220e1944b21419eedeb06f69200f7d3a33f3de9 /libbe/command/severity.py
parentd93b6b2d9f3dbd3eb69ea1e3cae9d44c5650a4c2 (diff)
downloadbugseverywhere-b039ea6ef3f39b808f55405a3b6e06d88323dd6e.tar.gz
Move Tim Guirgies' help for status/severity overrides to .
Diffstat (limited to 'libbe/command/severity.py')
-rw-r--r--libbe/command/severity.py16
1 files changed, 2 insertions, 14 deletions
diff --git a/libbe/command/severity.py b/libbe/command/severity.py
index 3aea386..4692b70 100644
--- a/libbe/command/severity.py
+++ b/libbe/command/severity.py
@@ -98,19 +98,7 @@ is specified, it will be assigned to the bug.
Severity levels are:
%s
-You can overide the list of allowed severities on a per-repository basis.
-In order to do so, you must edit your be settings file. This can be found within your .be/xxx-xxx directory.
-
-Add the following lines to override the default severities and use your own:
-
-severities:
- - - target
- - The issue is a target or milestone, not a bug.
- - - wishlist
- - A feature that could improve usefulness, but not a bug.
-
-You may add as many name/description pairs as you wish to have; they are sorted in order from least important at the top, to most important at the bottom.
-
-Note that the values here _override_ the defaults. That means that if you like the defaults, and wish to keep them, you will have to copy them here before adding any of your own.
+You can overide the list of allowed severities on a per-repository
+basis. See `be set --help` for details.
""" % ('\n '.join(severity_levels))
return ret