MTrack/Repo.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 19 Mar 2011 13:19:11 +0000 (21:19 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 19 Mar 2011 13:19:11 +0000 (21:19 +0800)
MTrack/Repo.php

index 0ab2064..ef79ae3 100644 (file)
@@ -156,5 +156,10 @@ class MTrack_Repo extends MTrackSCM
     function diff($path, $from = null, $to = null) {}
     function getRelatedChanges($revision) {}
     function getSCMMetaData() { return null; }
-     
+    /**
+     *  converts a commit log message (cached locally into a working object..)
+     */
+    function commitLogToEvent($str) {
+        throw new Exception("no implementation for commitLogToEvent")
+    }
 }