Merged completed be.email-bugs branch.
authorW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:29:48 +0000 (06:29 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:29:48 +0000 (06:29 -0500)
Highlights:
  * import-xml now works as advertized in its longhelp string
  * new methods Bug.merge() and Comment.merge()
  * comment.list_to_root() is now Bug.add_comments()
  * BugDir.list_uuids() is now BugDir.uuids()
  * Bug.from_xml() now imports comments :p
  * test.py uses unittest.TestSuite 'suite' in becommands, if present.


Trivial merge