/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Vincent Ladeuil
  • Date: 2008-11-25 08:25:20 UTC
  • mto: (3855.1.1 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 3856.
  • Revision ID: v.ladeuil+lp@free.fr-20081125082520-lz0wmaa3xsjvpdz0
Fix typo.

* bzrlib/log.py:
(reverse_by_depth): Fix typo in comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
660
660
    revision of that depth.  There may be no topological justification for this,
661
661
    but it looks much nicer.
662
662
    """
663
 
    # Add a fake revision at start so that we can always attached sub revisions
 
663
    # Add a fake revision at start so that we can always attach sub revisions
664
664
    merge_sorted_revisions = [(None, None, _depth)] + merge_sorted_revisions
665
665
    zd_revisions = []
666
666
    for val in merge_sorted_revisions: