Meta/cook: mark topics that graduated as such

This commit is contained in:
Junio C Hamano
2026-07-06 22:22:13 -07:00
parent f304dc0b18
commit 7b8ea1f802

4
cook
View File

@@ -797,9 +797,9 @@ sub tweak_willdo {
sub tweak_graduated {
my ($td) = @_;
# Remove the "Will merge" marker from topics that have graduated.
# Rename the "Will merge" marker from topics that have graduated.
for ($td->{'text'}) {
s/\n Will merge to '$MASTER'\.(\n|$)/ /s;
s/\n Will merge to '$MASTER'\.(\n|$)/\n Graduated to '$MASTER'.$1/s;
}
}