Closed
Bug 487669
Opened 17 years ago
Closed 17 years ago
Better faster annotate left out the id on line numbers, so links with anchors don't scroll
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: philor)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
2.93 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Crash repeatedly
2. ctrl+click several of the source links in http://crash-stats.mozilla.com/report/index/3bf46c00-7570-4fac-ba93-12aea2090409
3. Visit each tab, wondering why you are at the top of the file instead of scrolled to a particular line
Looks like the bug 459823 changeover just forgot to bring along the |id="#lineid#"| on |<a class="codeline" href="##lineid#"|.
| Assignee | ||
Comment 1•17 years ago
|
||
Untested, because once I try your instructions (a la bug 459823 comment 16) I always remember that they don't actually work, but I always forget what you have to do instead to make it work.
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #372262 -
Flags: review?(ted.mielczarek)
Comment 2•17 years ago
|
||
http://armenzg.blogspot.com/2008/12/setup-your-own-hg-local-repo-with.html has good directions. Should put that on a wiki page somewhere.
Updated•17 years ago
|
Attachment #372262 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Good, but a touch excessive for "I just want to tweak a template a tiny bit": the only two things missing from your instructions if you don't need pushlog are
clone http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/
in mozilla-central/.hg/hgrc include
[extensions]
buglink = {path to hgpoller clone}/buglink.py
| Assignee | ||
Comment 4•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 5•11 years ago
|
||
Updated•11 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•