~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

  • Committer: John Arbash Meinel
  • Date: 2007-02-01 16:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2255.
  • Revision ID: john@arbash-meinel.com-20070201163300-jp0cs02xz90leqpf
Cleanup according to Wouter's suggestions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2004, 2005 Canonical Ltd
 
1
# Copyright (C) 2004, 2005, 2006, 2007 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
89
89
    This includes detailed information, such as the committer name, and
90
90
    date string for the commit, rather than just the revision id.
91
91
    """
92
 
 
93
 
    rh = branch.revision_history()
94
92
    branch_last_revision = branch.last_revision()
95
93
    revision_graph = branch.repository.get_revision_graph(branch_last_revision)
96
94
    merge_sorted_revisions = tsort.merge_sort(