inc/SCM/Svn/CommitHookBridge.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 06:40:50 +0000 (14:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 06:40:50 +0000 (14:40 +0800)
inc/SCM/Svn/CommitHookBridge.php

index c83b4de..54a5bf5 100644 (file)
@@ -41,7 +41,12 @@ class MTrack_SCM_Svn_CommitHookBridge extends  IMTrackCommitHookBridge
           "[changeset:" . $this->repo->getBrowseRootName() . ",\$1]", $log);
         return $log;
     }
-
+    
+    function getDiff($path)
+    {
+        
+    }
+    
     function getFileStream($path) 
     {
         return  $this->run($this->svnlook, 'cat', $this->svntxn, $this->svnrepo, $path);