~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

Merge up bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
554
554
        if val[2] == _depth:
555
555
            zd_revisions.append([val])
556
556
        else:
557
 
            assert val[2] > _depth
558
557
            zd_revisions[-1].append(val)
559
558
    for revisions in zd_revisions:
560
559
        if len(revisions) > 1: