Meta/cook: notice 'I think this is ready'

This commit is contained in:
Junio C Hamano
2013-08-19 13:37:24 -07:00
parent cc3b7dec98
commit bef3571944

3
cook
View File

@@ -644,6 +644,9 @@ sub wildo_match {
/^Needs? / || /^Expecting / || /^May want to /) {
return 1;
}
if (/^I think this is ready for /) {
return 1;
}
return 0;
}