Bug 168722 - Bugzilla should automatically make hyperlinks for SVN revision numbers.
Summary: Bugzilla should automatically make hyperlinks for SVN revision numbers.
Status: RESOLVED DUPLICATE of bug 197790
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-22 06:10 PST by Carlos Alberto Lopez Perez
Modified: 2019-05-12 14:36 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2017-02-22 06:10:50 PST
Hi,


I think that when someone writes a comment on this bugzilla with a SVN revision number, bugzilla should automatically make that text a hyperlink to https://trac.webkit.org.

- For example, a developer writes on bugzilla:

'r212699 has just been rolled out in r212704.'


- Then, bugzilla should return to the browser:

'<a href="https://trac.webkit.org/changeset/212699">r212699</a> has just been rolled out in <a href="https://trac.webkit.org/changeset/212704">r212704</a>.'


So the revision numbers contain an hyperlink to the revision details at trac.webkit.org.
Comment 1 Alexey Proskuryakov 2017-02-25 13:25:25 PST
Good idea. Please make sure that https://trac.webkit.org/r212699 results in something nice too, not a partially linkified URL.
Comment 2 Alexey Proskuryakov 2019-05-12 14:36:42 PDT
Reverse duping to a bug with a patch.

*** This bug has been marked as a duplicate of bug 197790 ***