~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

[rs=igc] update to lp:loggerhead trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
            if revid not in c[1]:
81
81
                c[1] = c[1] + (revid,)
82
82
 
83
 
    log.info('built revision graph cache: %.3f secs' % (time.time() - z,))
 
83
    log.info('built revision graph cache: %r secs' % (time.time() - z,))
84
84
 
85
85
    return (_rev_info, _rev_indices)