~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-05 12:16:17 UTC
  • mto: This revision was merged to the branch mainline in revision 6216.
  • Revision ID: jelmer@samba.org-20111005121617-cpmg83tbv5l2eweq
Avoid all iter_reverse_revision_history calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1393
1393
        # TODO: We should probably also check that self.revision_history
1394
1394
        # matches the repository for older branch formats.
1395
1395
        # If looking for the code that cross-checks repository parents against
1396
 
        # the iter_reverse_revision_history output, that is now a repository
 
1396
        # the Graph.iter_lefthand_ancestry output, that is now a repository
1397
1397
        # specific check.
1398
1398
        return result
1399
1399