DataObjects/Mtrack_repos.php
authorAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 05:32:55 +0000 (13:32 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 05:32:55 +0000 (13:32 +0800)
DataObjects/Mtrack_repos.php

index 4657f75..ffc0beb 100644 (file)
@@ -841,6 +841,8 @@ class Pman_MTrack_DataObjects_Mtrack_repos extends DB_DataObject
         
         //$this->impl()->debug=1;
         //print_r(array('since'=> '{'.$start.'}' , 'before' => '{'.$end .'}'));
+        $res = $this->impl()->history('.', array('since'=> '{'.$start.'}' , 'before' => '{'.$end .'}'), 'rev', '--all');
+        
         $res = $this->impl()->history('.', array('since'=> '{'.$start.'}' , 'before' => '{'.$end .'}'), $object, $branch);
          
         // find the last rev the day before...