summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/Extension.pm')
-rw-r--r--extensions/BMO/Extension.pm17
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm
index f3f5dc6c2..06c07cc83 100644
--- a/extensions/BMO/Extension.pm
+++ b/extensions/BMO/Extension.pm
@@ -594,23 +594,6 @@ sub bug_format_comment {
}
});
- # link bzr commit messages
- push (@$regexes, {
- match => qr/\b(Committing\s+to:\sbzr\+ssh:\/\/
- (?:[^\@]+\@)?(bzr\.mozilla\.org[^\n]+)\n.*?\bCommitted\s)
- (revision\s(\d+))/sx,
- replace => sub {
- my $args = shift;
- my $preamble = html_quote($args->{matches}->[0]);
- my $url = html_quote($args->{matches}->[1]);
- my $text = html_quote($args->{matches}->[2]);
- my $id = html_quote($args->{matches}->[3]);
- $url =~ s/\s+$//;
- $url =~ s/\/$//;
- return qq{$preamble<a href="https://$url/revision/$id">$text</a>};
- }
- });
-
# link git.mozilla.org commit messages
push (@$regexes, {
match => qr#^(To\s(?:ssh://)?(?:[^\@]+\@)?git\.mozilla\.org[:/](.+?\.git)\n