File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -594,23 +594,6 @@ sub bug_format_comment {
594594 }
595595 });
596596
597- # link bzr commit messages
598- push (@$regexes , {
599- match => qr /\b (Committing\s +to:\s bzr\+ ssh:\/\/
600- (?:[^\@ ]+\@ )?(bzr\. mozilla\. org[^\n ]+)\n .*?\b Committed\s )
601- (revision\s (\d +))/ sx ,
602- replace => sub {
603- my $args = shift ;
604- my $preamble = html_quote($args -> {matches }-> [0]);
605- my $url = html_quote($args -> {matches }-> [1]);
606- my $text = html_quote($args -> {matches }-> [2]);
607- my $id = html_quote($args -> {matches }-> [3]);
608- $url =~ s /\s +$// ;
609- $url =~ s /\/ $// ;
610- return qq{ $preamble <a href="https://$url /revision/$id ">$text </a>} ;
611- }
612- });
613-
614597 # link git.mozilla.org commit messages
615598 push (@$regexes , {
616599 match => qr # ^(To\s (?:ssh://)?(?:[^\@ ]+\@ )?git\. mozilla\. org[:/](.+?\. git)\n
You can’t perform that action at this time.
0 commit comments