From 4bd203416a2a5ace1cd3a030b77f3e01a7032a2d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 6 Jun 2012 13:12:34 -0700 Subject: [PATCH] Meta/cook: remove stray duplicates Besides, not cascading this as "if ... elsif ..." was totally wrong and pushed an undef $topic into %what{} hash --- cook | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cook b/cook index 4369ac73ff..97770315a5 100755 --- a/cook +++ b/cook @@ -674,10 +674,7 @@ sub wildo { wildo_queue(\%what, $_, $topic); $topic = undef; } - if (/^Not urgent;/) { - wildo_queue(\%what, $_, $topic); - $topic = undef; - } + if (/Originally merged to 'next' on ([-0-9]+)/) { $topic->[1] = $1; } -- 2.11.4.GIT