~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

  • Committer: Robert Collins
  • Date: 2011-03-14 08:47:03 UTC
  • mto: This revision was merged to the branch mainline in revision 433.
  • Revision ID: robertc@robertcollins.net-20110314084703-scxs8w9q81f2e89b
Permit running tests in pqm via make check.

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)