Skip to content

Commit b086258

Browse files
committed
Bug 1058481: git commits should link to commitdiff not commit
1 parent 84a7731 commit b086258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/BMO/Extension.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ sub bug_format_comment {
490490
my $repo = html_quote($args->{matches}->[1]);
491491
my $text = $args->{matches}->[2];
492492
my $revision = $args->{matches}->[3];
493-
return qq#$preamble<a href="http://git.mozilla.org/?p=$repo;a=commit;h=$revision">$text</a>#;
493+
return qq#$preamble<a href="http://git.mozilla.org/?p=$repo;a=commitdiff;h=$revision">$text</a>#;
494494
}
495495
});
496496

0 commit comments

Comments
 (0)