This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: display full e-mail name in hg.python.org annotate pages
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, chris.jerdonek, ezio.melotti, georg.brandl, pitrou
Priority: normal Keywords:

Created on 2012-10-11 05:24 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg172621 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-10-11 05:24
This issue is to configure hg.python.org to display the full e-mail name on the "annotate" pages.  Currently, instead of displaying everything before the "@" symbol, the pages display only the portion of e-mail addresses up to the first "." or "@", for example "tim@19837".

Information on how to configure hgweb this way is here:

http://bz.selenic.com/show_bug.cgi?id=2276
msg172633 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-10-11 11:18
I don't think it's necessary to have the full email name for each line.  The current format already allows you to distinguish users and reversions. If you need more information you can click on it and look at the changeset info.
There might be problems if two people with the same name in the email work on the same file, but that sounds quite unlikely.
msg172666 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-10-11 17:35
AFAIU, the current behavior would be to shorten "g.brandl@gmx.net" to "g", if I used my other email address for committing.  That's a little short and not at all illuminating :)
msg172667 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-10-11 17:46
I usually don't care about the author, but about the changeset.
The 'name@rev' provides an easy way to distinguish chunks of code that got changed in the same commit, and usually gives you enough information to figure out who the author is.  Once I identified the interesting chunk I usually click on it to see the full diff, commit message, and related issue in the tracker.
msg172668 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-10-11 17:52
This is the suggested change in the bug report I linked to above (providing we are using 2.3 or later):

> If you'd like the latter in hgweb, you can get it by editing '|user' [to '|emailuser'] in the templates.

(from http://bz.selenic.com/show_bug.cgi?id=2276#c7 )
msg275933 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-12 03:13
Since we are going to move to GitHub, I think we can close this as 'wont fix'.
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60397
2016-09-12 03:13:54berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg275933

resolution: wont fix
stage: resolved
2012-10-11 17:52:41chris.jerdoneksetmessages: + msg172668
2012-10-11 17:46:32ezio.melottisetmessages: + msg172667
2012-10-11 17:35:09georg.brandlsetmessages: + msg172666
2012-10-11 11:18:17ezio.melottisetmessages: + msg172633
2012-10-11 05:24:49chris.jerdonekcreate