[issue16193] display full e-mail name in hg.python.org annotate pages

2016-09-11 Thread Berker Peksag
Berker Peksag added the comment: Since we are going to move to GitHub, I think we can close this as 'wont fix'. -- nosy: +berker.peksag resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-11 Thread Chris Jerdonek
Chris Jerdonek added the comment: 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=22

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-11 Thread Ezio Melotti
Ezio Melotti added the comment: 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

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-11 Thread Georg Brandl
Georg Brandl added the comment: AFAIU, the current behavior would be to shorten "g.bra...@gmx.net" to "g", if I used my other email address for committing. That's a little short and not at all illuminating :) -- ___ Python tracker

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-11 Thread Ezio Melotti
Ezio Melotti added the comment: 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 peo

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-10 Thread Chris Jerdonek
New submission from Chris Jerdonek: 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 examp