cvs: SVNROOT / commit-email.php

[email protected] ("Gwynne Raskind") Thu, 09 Jul 2009 09:25:01 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1247131501@cvsserver>
gwynne		Thu Jul  9 09:25:01 2009 UTC

  Modified files:              
    /SVNROOT	commit-email.php 
  Log:
  ViewVC links in commit emails
  
http://cvs.php.net/viewvc.cgi/SVNROOT/commit-email.php?r1=1.17&r2=1.18&diff_format=u
Index: SVNROOT/commit-email.php
diff -u SVNROOT/commit-email.php:1.17 SVNROOT/commit-email.php:1.18
--- SVNROOT/commit-email.php:1.17	Thu Jul  9 01:10:47 2009
+++ SVNROOT/commit-email.php	Thu Jul  9 09:25:01 2009
@@ -7,7 +7,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.17 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.18 $', strlen('$Revision: '), -2);
 $smtp_server = '127.0.0.1';
 $commit_email_list = array(
     // FastCGI ISAPI
@@ -156,6 +156,7 @@
 
 $msg_body = "{$commit_user}\t\t" . date(DATE_RFC2822, $commit_date) . "\n" .
             "\n" .
+            "ViewVC URL: http://svn.php.net/viewvc?view=revision&revision={$REV}\n" .
             "Changed paths:\n" .
             "\t" . implode("\n\t", $changed_paths) . "\n" .
             "\n" .