Bug 168722
Summary: | Bugzilla should automatically make hyperlinks for SVN revision numbers. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Alberto Lopez Perez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Good idea. Please make sure that https://trac.webkit.org/r212699 results in something nice too, not a partially linkified URL.
Alexey Proskuryakov
Reverse duping to a bug with a patch.
*** This bug has been marked as a duplicate of bug 197790 ***