Meta/cook: mark topics that graduated as such
Junio C Hamano committed
Jul 6, 2026 at 22:22 UTC
7b8ea1f8022d572eb3d7d8c27a94dab0856928fc
1 file changed
+2
-2
cook
+2
-2
@@ -797,9 +797,9 @@ sub tweak_willdo {
797
sub tweak_graduated {
798
my ($td) = @_;
799
800
- # Remove the "Will merge" marker from topics that have graduated.
800
+ # Rename the "Will merge" marker from topics that have graduated.
801
for ($td->{'text'}) {
802
- s/\n Will merge to '$MASTER'\.(\n|$)/ /s;
802
+ s/\n Will merge to '$MASTER'\.(\n|$)/\n Graduated to '$MASTER'.$1/s;
803
}
804
}
805