aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-05 08:16:27 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-05 08:16:27 -0500
commita4c0d5ffed4bbaaf2cfbd791fb13dbf666c4ae12 (patch)
tree200162e04d789caae909f3d62654dcbebd283cca /NEWS
parent49b8c7e7da7fa3a4f3c6092cf0bfdb1c1de863e8 (diff)
parentd3122f5c72cc0a0c345bf0bd545f9e3217ca934f (diff)
downloadbugseverywhere-a4c0d5ffed4bbaaf2cfbd791fb13dbf666c4ae12.tar.gz
Merged be.diff-subscribe
Highlights: * changes to `be diff` * exits with an error if required revision control is not possible. Previously it printed a message, but exitted with status 0. * removed options --new, --removed, --modified, --all * added options --uuids, --subscribe * New method diff.Diff.full_report() allows fast generation of similar report_tree()s via diff.DiffTree.masked. * New method diff.subscriptions_from_string() for consistent subscription string parsing. * clean up be-handle-mail.Message.subscriber_emails() with diff.Diff.report_tree(subscriptions) * hardcoded 'DIR' replaced with diff.BUGDIR_ID * assorted cleanups and bugfixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 669bed2..21a0140 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+December 5, 2009
+ * changes to `be diff`
+ * exits with an error if required revision control is not possible.
+ Previously it printed a message, but exitted with status 0.
+ * removed options --new, --removed, --modified, --all
+ * added options --uuids, --subscribe
+ * assorted cleanups and bugfixes
+
December 4, 2009
* new commands:
email-bugs