Issue 314: Incomplete name in changelog user field
http://bitbucket.org/tortoisehg/stable/issue/314/incomplete-name-in-changelog-user-field
Steve Borho / sborho on Sun, 21 Jun 2009 20:43:11 +0200:
Comment:
This is actually a feature. We trim the user name to preserve horizontal
space.
{{{
if '<' in ctx.user():
author = self.author_re.sub('', ctx.user()).strip(' ')
else:
author = util.shortuser(ctx.user())
}}}
I can add this to the list of things to make optional in Changelog for the next
release (0.9)
Changes:
status: new -> open
kind: bug -> enhancement
version: 0.7 -> 0.9
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop