~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-03 08:17:04 UTC
  • mto: (4999.2.1 integration2)
  • mto: This revision was merged to the branch mainline in revision 5001.
  • Revision ID: v.ladeuil+lp@free.fr-20100203081704-ys4dkii54g9joqv9
Fixed as per Ian's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
                            delayed_graph_generation):
538
538
    # On large trees, generating the merge graph can take 30-60 seconds
539
539
    # so we delay doing it until a merge is detected, incrementally
540
 
    # returning initial (non-merge) revisions while we can. 
 
540
    # returning initial (non-merge) revisions while we can.
541
541
 
542
542
    # The above is only true for old formats (<= 0.92), for newer formats, a
543
543
    # couple of seconds only should be needed to load the whole graph and the