~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
                                  other_branch=None):
786
786
        """See Branch.generate_revision_history"""
787
787
        graph = self.repository.get_graph()
 
788
        (last_revno, last_revid) = self.last_revision_info()
788
789
        known_revision_ids = [
789
 
            self.last_revision_info(),
 
790
            (last_revid, last_revno),
790
791
            (_mod_revision.NULL_REVISION, 0),
791
792
            ]
792
793
        if last_rev is not None: