Closed
Bug 1464838
Opened 7 years ago
Closed 6 years ago
Display mailmap usernames/emails on hg.m.o
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
Once we get the hgweb instances running Mercurial 4.6, we should add the `mailmap` template function to the gitweb_mozilla templates.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Mercurial has an implementation of Git's mailmap
available as a
template function. I added the implementation as a way of easing
my way into learning the Mercurial codebase. This commit performs
a regex replace of {author
with {mailmap(author)
everywhere
in gitweb_mozilla
, and adds the associated patch file.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/a91af8a784ee
hgtemplates: wrap instances of author
template keyword with mailmap
function r=glob
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•