Meta/cook -w: catch a bit more standard judgement phrases
Junio C Hamano committed
Dec 19, 2011 at 17:42 UTC
81e9b674af2b85ef2f377b3c7654b2cdcd3bb096
1 file changed
+1
-1
cook
+1
-1
@@ -658,7 +658,7 @@ sub wildo {
658
next if (/^ /);
659
next unless defined $topic;
660
if (/^Will (?:\S+ ){0,2}(keep|merge|drop|discard|cook|kick)[,. ]/ ||
661
- /^Not urgent/ ||
661
+ /^Not urgent/ || /^Not ready/ || /^Waiting for / ||
662
/^Needs? /) {
663
wildo_queue(\%what, $_, $topic);
664
$topic = undef;