~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

  • Committer: Michael Hudson
  • Date: 2009-04-24 10:30:15 UTC
  • mto: This revision was merged to the branch mainline in revision 333.
  • Revision ID: michael.hudson@canonical.com-20090424103015-ecp178ihvum5a7xi
docstringsĀ (omg!!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
 
39
39
def compute_whole_history_data(branch):
 
40
    """Compute _rev_info and _rev_indices for a branch.
 
41
 
 
42
    See History.__doc__ for what these data structures mean.
 
43
    """
40
44
    z = time.time()
41
45
 
42
46
    last_revid = branch.last_revision()