Browse Source

Meta/Reintegrate: pick up "Can wait in", too

todo
Junio C Hamano 11 years ago
parent
commit
ebf996778d
  1. 1
      Reintegrate

1
Reintegrate

@ -29,6 +29,7 @@ annotate_merge () { @@ -29,6 +29,7 @@ annotate_merge () {
s/^\s*//;
if (/^Will (?:\S+ ){0,2}(fast-track|keep|merge|drop|discard|cook|kick|defer|be re-?rolled)[,. ]/ ||
/^Not urgent/ || /^Not ready/ || /^Waiting for / ||
/^Can wait in / ||
/^Needs? / || /^Expecting / || /^May want to /) {
return 1;
}

Loading…
Cancel
Save