Closed Bug 552201 Opened 14 years ago Closed 14 years ago

Asteam hg web interface should automatically link to bugs references

Categories

(Tamarin Graveyard :: Build Config, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
Q3 11 - Serrano

People

(Reporter: dansmith, Assigned: cpeyer)

Details

The Mozilla hg server will automatically insert URLs to bugzilla bugs that appear in summaries.  The Asteam hg interface should do this also.
The extension that makes it possible is http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/file/1eb59b5fb380/buglink.py this adds a buglink primitive to the template language.

The templates we use are at http://hg.mozilla.org/hg_templates (see gitweb_mozilla) e.g. http://hg.mozilla.org/hg_templates/file/76caaba8175b/gitweb_mozilla/changelogentry.tmpl#l12
Assignee: nobody → cpeyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.2
I copied the entire gitweb_mozilla directory from http://hg.mozilla.org/hg_templates into E:\cygwin\lib\python2.5\site-packages\mercurial\templates.

buglink.py has been pushed into the qe repo in projects/mercurial/:
changeset:   1433:8c24b41132a8 

The following lines have been added/changed in /e/repo/hgweb.config:

[extensions]
buglink = /e/repo/qe/projects/mercurial/buglink.py

[web]
style=gitweb_mozilla
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.