Merged "be subscribe" and be-handle-mail subscription support.
authorW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 12:12:16 +0000 (08:12 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 12:12:16 +0000 (08:12 -0400)
commit675aa10516d1fe2a5f0502be5553e38169f444c0
treecb19b2ee621cd1120ae9afdafe6f52ee70137a32
parent885b04b50ad3bbde81ec2eccfbfb2e516d0d3a80
parent7f2ee356b76303edd01efad6bd049fbc7f01b5ff
Merged "be subscribe" and be-handle-mail subscription support.

Also assorted other changes and fixes in the be.subscribe branch.
Highlights:
  * Much more powerful libbe.diff with subclassable report generators.
  * "be diff" compares working copy with last commit by default.
  * comment reference text shown in "be comment" EDITOR footer
  * .revision_id() for all VCSs
  * meaningful comment comparison and stricter bug comparison
  * stricter .sync_with_disk interpretation.  See BugDir.__doc__.
  * Comment.From and .time_string -> .author and .date, for better
    conformance with settings_object.setting_name_to_attr_name().