Open
Bug 1429356
Opened 8 years ago
Updated 8 years ago
Bugs section for servo merge contains links on bugzilla rather than github
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
NEW
People
(Reporter: calixte, Unassigned)
References
()
Details
The four links in:
...
bugs 19602, 19172, 19587, 19603
...
are related to bugzilla and not to github.
By the way the link in the commit description is ok (#19602).
Comment 1•8 years ago
|
||
I /think/ this has been filed before. And yes, this is definitely a bug.
Relevant code lives in https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hgext/hgmo/__init__.py, notably the mozlink() and addmetadata() functions. Note how the code in add_hyperlinks() is smart enough to determine Bugzilla versus GitHub issue links but addmetadata() calls a function that doesn't.
You need to log in
before you can comment on or make changes to this bug.
Description
•