bug severity verification now works with per-tree severities.
authorW. Trevor King <wking@drexel.edu>
Thu, 4 Dec 2008 15:32:10 +0000 (10:32 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 4 Dec 2008 15:32:10 +0000 (10:32 -0500)
commitd1dfc45b051b0e14c0e2d7ed6dbf1d32927d7bfb
tree7d236d73762bbc654ae6f864b576b802e68b9a4b
parentca347e86bef7bbdd0d1007beaf283f29ec1bbdff
bug severity verification now works with per-tree severities.

I adjusted the YAML format following
  http://pyyaml.org/ticket/11
  Unicode support
To remove '!!python/unicode' escapes and allow unicode in the output.
We can always have unicode in the output because the output is encoded
(as per the BugFile.encoding setting) before being sent to the outside
world.
.be/bugs/4a4609c8-1882-47de-9d30-fee410b8a802/values
.be/settings
libbe/bug.py
libbe/mapfile.py