Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: mercurial-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
MailSender does
buf.append('[');
buf.append(entry.getAuthor().getFullName());
buf.append("] ");
For Mercurial, it would be very useful to insert the changeset ID here as well.
Similarly, for Subversion the commit number would be useful. Otherwise you need
to click on the changelog, find the item mentioned in email, and look up its
changeset ID there.
Code changed in hudson
User: : jglick
Path:
trunk/hudson/plugins/email-ext/src/main/java/hudson/plugins/emailext/plugins/content/ChangesSinceLastBuildContent.java
http://jenkins-ci.org/commit/29774
Log:
JENKINS-2252Correcting comments: (1) the SCM might not be Subversion; (2) copy-paste typo.