/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/annotate.py

Merge from mainline, via local trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
 
153
153
def _show_id_annotations(annotations, to_file, full):
 
154
    if not annotations:
 
155
        return
154
156
    last_rev_id = None
155
157
    max_origin_len = max(len(origin) for origin, text in annotations)
156
158
    for origin, text in annotations: