Meta/cook -w: catch 'Expecting ...' as well

This commit is contained in:
Junio C Hamano 2011-12-27 15:01:20 -08:00
parent 6a7057e371
commit a11abb86cf

2
cook
View File

@ -659,7 +659,7 @@ sub wildo {
next unless defined $topic;
if (/^Will (?:\S+ ){0,2}(keep|merge|drop|discard|cook|kick)[,. ]/ ||
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
/^Needs? /) {
/^Needs? / || /Expecting /) {
wildo_queue(\%what, $_, $topic);
$topic = undef;
}