Open
Bug 1323292
Opened 9 years ago
Updated 9 years ago
hg annotate tooltip's links go to the wrong place
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
NEW
People
(Reporter: Gijs, Unassigned)
Details
The tooltip has a hash-labeled link as the first thing your mouse hits when moving into the tooltip. There are a number of compelling candidates for where this link leads:
- the diff corresponding to that hash rev in the current file
- the changeset corresponding to that rev
- the pushlog entry for that rev
- 3 option dropdown like searchfox, including "annotate of latest rev without this line [for this file]"
Instead it goes somewhere useless: hg annotate for that line in that rev. If I wanted that, I would have clicked the numerical rev link that is there to begin with.
Comment 1•9 years ago
|
||
Yeah, I agree this is a bit confusing.
Bug 1323288 comment 2 applies here as well. Although in this case I could code up something if we knew what we wanted. Source for this template is at https://hg.mozilla.org/hgcustom/version-control-tools/file/f1e5524cb68e/hgtemplates/gitweb_mozilla/map#l105
You need to log in
before you can comment on or make changes to this bug.
Description
•