diff options
author | W. Trevor King <wking@drexel.edu> | 2011-05-25 06:46:26 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-05-25 06:46:26 -0400 |
commit | b039ea6ef3f39b808f55405a3b6e06d88323dd6e (patch) | |
tree | e220e1944b21419eedeb06f69200f7d3a33f3de9 /libbe/command/status.py | |
parent | d93b6b2d9f3dbd3eb69ea1e3cae9d44c5650a4c2 (diff) | |
download | bugseverywhere-b039ea6ef3f39b808f55405a3b6e06d88323dd6e.tar.gz |
Move Tim Guirgies' help for status/severity overrides to .
Diffstat (limited to 'libbe/command/status.py')
-rw-r--r-- | libbe/command/status.py | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/libbe/command/status.py b/libbe/command/status.py index e708e8f..887ff05 100644 --- a/libbe/command/status.py +++ b/libbe/command/status.py @@ -110,25 +110,7 @@ Active status levels are: Inactive status levels are: %s -You can overide the list of allowed statuses 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 statuses and use your own: - -active_status: - - - unconfirmed - - A possible bug which lacks independent existance confirmation. - - - open - - A working bug that has not been assigned to a developer. - -inactive_status: - - - closed - - The bug is no longer relevant. - - - fixed - - The bug should no longer occur. - -You may add as many name/description pairs as you wish to have; they are sorted in order from most important at the top, to least 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 statuses on a per-repository +basis. See `be set --help` for details. """ % ('\n '.join(active_statuses), '\n '.join(inactive_statuses)) return ret |