Modify ↓
Opened 18 years ago
Last modified 10 years ago
#6904 new defect
Annotate Does not show full user name.
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | next-major-releases |
| Component: | version control | Version: | 0.11b1 |
| Severity: | minor | Keywords: | Annotate Blame |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When using annotate the user name is truncating after a space in the user name.
For Exmaple…
My NT User Name: = DOMAIN\David Shaw
Annotate tool tip: DOMAIN\David: svn log text
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Milestone: | not applicable → 0.12 |
|---|
comment:2 by , 10 years ago
| Owner: | removed |
|---|
Note:
See TracTickets
for help on using tickets.



Yes, this should probably be made configurable in some ways.
For Mercurial (and probably other DVCS), it's quite common to have the full e-mail as the author name. If it would not be truncated, the tooltip would contain nearly only the author information, instead of the
author: changeset log message ...information.