Ticket Change Details
Not logged in
Overview

Artifact ID: fa324d03869c758a282429a5414dd7ce5b303213
Ticket: f0f9aff371f26b4eebb1ded3cabc70c956c6cae7
'annotate' misses changes.
User & Date: viriketo 2011-05-07 14:14:54
Changes

  1. Appended to comment:
    
    
    <hr /><i>viriketo added on 2011-05-07 14:14:54 UTC:</i><br />
    I investigated a bit more... the terminal 'annotate' uses a query like this:
    <verbatim>
      mid = db_int(0, "SELECT mid FROM mlink WHERE fid=%d AND fnid=%d", fid, fnid);
    </verbatim>
    
    that does not give a SINGLE result. Different checkins may have the very same file artifact, and it needs further code to decide what checkin is of interest.
    
    Then, it needs some code to choose what is of the interest of the requester.