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)
commitc4a9b465fb512fdfa2d43ece22c786b021d8c2ce
treec92629e416c42c813f45ee6ca69f5197873e27cf
parentf3de7e1a6d07b5488fd3c9e01caba53216e612d2
parent13784e6067b652e4fe08e488fdc4baabc37f24ef
Merged completed be.email-bugs branch.

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.