[Gnucash-changes] r11916 - meta/hooks - re-arrange a bit more.

Joshua Sled jsled at cvs.gnucash.org
Sat Nov 12 10:23:57 EST 2005


Trac: http://svn.gnucash.org/trac/changeset/11916
Author: jsled
Date: 2005-11-12 10:23:57 -0500 (Sat, 12 Nov 2005)
New Revision: 11916

Modified:
   meta/hooks/commit-email.pl
Log:
re-arrange a bit more.


Modified: meta/hooks/commit-email.pl
===================================================================
--- meta/hooks/commit-email.pl	2005-11-12 15:22:44 UTC (rev 11915)
+++ meta/hooks/commit-email.pl	2005-11-12 15:23:57 UTC (rev 11916)
@@ -367,10 +367,10 @@
 
 # Put together the body of the log message.
 my @body;
-push(@body, "Trac: $tracBase/changeset/$rev\n");
 push(@body, "Author: $author\n");
 push(@body, "Date: $date\n");
 push(@body, "New Revision: $rev\n");
+push(@body, "Trac: $tracBase/changeset/$rev\n");
 push(@body, "\n");
 if (@adds)
   {



More information about the gnucash-changes mailing list