Changed Bug and Comment.merge() kwargs.
authorW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:05:03 +0000 (06:05 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 30 Nov 2009 11:05:03 +0000 (06:05 -0500)
commit19cea054def7997bb13ecc77269b7b612f658d16
treee8211ee6de28c172b4e2870236bd32351ba0eb42
parentff2475e98fe1726f8b1af1b3dc30746cc4e01071
Changed Bug and Comment.merge() kwargs.

The old allow_changes and allow_new_comments didn't have separate
handling for extra_strings, like import_xml will need.  It also didn't
have a way to specify what to do if an illegal change occurs.
Sometimes you'll want to raise an exception, but sometimes you'll want
to ?silently? ignore the change.
libbe/bug.py
libbe/comment.py