~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

Convert callers of Branch.revision_history() to Branch.last_revision_info() where sensible.
(Wouter van Heyst, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    date string for the commit, rather than just the revision id.
91
91
    """
92
92
 
93
 
    rh = branch.revision_history()
94
93
    revision_graph = branch.repository.get_revision_graph(rev_id)
95
94
    merge_sorted_revisions = tsort.merge_sort(
96
95
        revision_graph,