Meta/cook: remove stray duplicates

Besides, not cascading this as "if ... elsif ..." was totally wrong
and pushed an undef $topic into %what{} hash
This commit is contained in:
Junio C Hamano
2012-06-06 13:12:34 -07:00
parent a109a1a56f
commit 4bd203416a

5
cook
View File

@@ -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;
}