/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

Fix bug #314525: don't try to put ids if there is no annotation (second try)

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        else:
162
162
            this = ''
163
163
        to_file.write('%*s | %s' % (max_origin_len, this, text))
164
 
            last_rev_id = origin
 
164
        last_rev_id = origin
165
165
    return
166
166
 
167
167