~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

  • Committer: Tres Seaver
  • Date: 2010-03-23 20:06:26 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: tseaver@agendaless.com-20100323200626-p0wu0tzlqxhnksy1
Explain plugin usage, link bazaar-webserve and hgweb.

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)