svn: SVNROOT/ commit-email.php
[email protected] (Gwynne Raskind) Mon, 20 Jul 09 15:15:03 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--c6c8e55247a2906e57aa26f42b87e05d95c6e1f0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
gwynne Mon, 20 Jul 2009 15:15:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284447
Changed paths:
U SVNROOT/commit-email.php
Log:
move log above changed paths, per Derick's request
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-20 15:12:46 UTC (rev 284446)
+++ SVNROOT/commit-email.php 2009-07-20 15:15:03 UTC (rev 284447)
@@ -190,11 +190,11 @@
"\r\n" .
"Revision: http://svn.php.net/viewvc?view=revision&revision={$REV}\r\n" .
"\r\n" .
+ "Log:\r\n" .
+ "{$commit_info['log_message']}\r\n" .
+ "\r\n" .
"Changed paths:\r\n" .
"\t" . implode("\r\n\t", $commit_info['changed_paths']) . "\r\n" .
- "\r\n" .
- "Log:\r\n" .
- "{$commit_info['log_message']}\r\n" .
"{$bugs_body}\r\n" .
str_replace("\n", "\r\n", $diffs_string);
--c6c8e55247a2906e57aa26f42b87e05d95c6e1f0--