[Gnucash-changes] r11914 - meta/hooks - Add link to trac changsets.

Joshua Sled jsled at cvs.gnucash.org
Sat Nov 12 10:21:03 EST 2005


Author: jsled
Date: 2005-11-12 10:21:02 -0500 (Sat, 12 Nov 2005)
New Revision: 11914

Modified:
   meta/hooks/commit-email.pl
Log:
Add link to trac changsets.


Modified: meta/hooks/commit-email.pl
===================================================================
--- meta/hooks/commit-email.pl	2005-11-12 11:15:15 UTC (rev 11913)
+++ meta/hooks/commit-email.pl	2005-11-12 15:21:02 UTC (rev 11914)
@@ -364,6 +364,7 @@
 
 # Put together the body of the log message.
 my @body;
+push(@body, "Trac: http://svn.gnucash.org/trac/changeset/$rev\n");
 push(@body, "Author: $author\n");
 push(@body, "Date: $date\n");
 push(@body, "New Revision: $rev\n");



More information about the gnucash-changes mailing list