From edfb8c95f0f19e0482b9c8c4eda4832787f7fd18 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 27 Jan 2011 10:35:32 +0000 Subject: Add diffs parameter to bugmail_recipients hook. r=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=616422 --- Bugzilla/Hook.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index abedfde4a..de46f9a25 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -502,8 +502,17 @@ Every id in the incoming C hash will have an object in here. (But if you add additional recipients to the C hash, you are B required to add them to this hash.) -=back +=item C + +This is a list of hashes, each hash representing a change to the bug. Each +hash has the following members: C, C, C, C +and C (a L). If appropriate, there will also be +C or C; if either is present, there will be +C. See C<_get_diffs> in F to see exactly how +it is populated. Warning: the format and existence of the "diffs" parameter +is subject to change in future releases of Bugzilla. +=back =head2 bugmail_relationships -- cgit v1.2.3-24-g4f1b