Meta/cook: notice 'keep' as a verb

This commit is contained in:
Junio C Hamano
2011-10-19 11:13:42 -07:00
parent aca39156cc
commit 302bc0dcbc

2
cook
View File

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