inc/SCM/Svn/CommitHookBridge.php
[web.mtrack] / 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);