From a11abb86cf3c4973d5a60ac81908af34ced2d267 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 27 Dec 2011 15:01:20 -0800 Subject: [PATCH] Meta/cook -w: catch 'Expecting ...' as well --- cook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook b/cook index 51fb601764..30a5965151 100755 --- a/cook +++ b/cook @@ -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; }