X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FControl.pm;fp=Debbugs%2FControl.pm;h=74653b0a66e5d5d56210c60f0dbba16220d570f7;hb=886176cce4eb1693d8430701d576ac9116c943e7;hp=237bcd63736fb563abdbb77c92a71e453fe0ccd9;hpb=fb5e88626f4b93c3a7ff60264f189d8ae1e17981;p=debbugs.git diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 237bcd6..74653b0 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -2168,7 +2168,7 @@ sub set_merged { $locks--; } __end_control(%info); - for my $change (values %{$changes}, @{$disallowed_changes}) { + for my $change ((map {@{$_}} values %{$changes}), @{$disallowed_changes}) { print {$transcript} "$change->{field} of #$change->{bug} is '$change->{text_orig_value}' not '$change->{text_value}'\n"; } die "Unable to modify bugs so they could be merged";