diff options
Diffstat (limited to 'libbe/command/severity.py')
-rw-r--r-- | libbe/command/severity.py | 16 |
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 |