Meta/cook -w: give cf and source links for candidates for 'next'
diff --git a/cook b/cook index 9bd0be8..3f0e0b7 100755 --- a/cook +++ b/cook
@@ -1029,8 +1029,7 @@ } $count = "#$count"; printf " %s %-60s %s%s %5s\n", $sign, $name, $tip, $next, $count; - if ($what =~ /^Will merge to '\w+'/ && $what !~ /\?$/ || - $what eq $mergetomaster) { + if ($what eq $mergetomaster) { next; }