Restructure severity help function to match status
authorTim Guirgies <lt.infiltrator@gmail.com>
Tue, 24 May 2011 16:15:11 +0000 (02:15 +1000)
committerW. Trevor King <wking@drexel.edu>
Wed, 25 May 2011 10:24:27 +0000 (06:24 -0400)
commit287f32bc7f034045454bff1b246aba769eda9e9a
tree01365e61a9675794e2cc3307dcaae61dfb406e33
parentc5d08a943af56afb4ce1f9ae114bfb756acd0e95
Restructure severity help function to match status

The code structure was vastly different in severity.py to status.py, so
I mostly copied the structure from there and adjusted it to suit
severity.

The structure in status.py looked (to me) cleaner, more organised, and
easier to work with.

Also, users are now referred by "be severity --help" to "be set --help",
in a manner similar to "be status --help".
For those that don't know that severity can be adjusted on a per
repository basis, this seems extremely helpful. A similar message
appears for status, but not here.
libbe/command/severity.py