~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-25 13:09:10 UTC
  • mfrom: (442.2.1 trunk)
  • Revision ID: jelmer@samba.org-20110325130910-awpn311q8f6yxvf4
Merge fix for foreign revision info displaying.

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: %r secs' % (time.time() - z,))
 
83
    log.info('built revision graph cache: %.3f secs' % (time.time() - z,))
84
84
 
85
85
    return (_rev_info, _rev_indices)