~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

  • Committer: Vincent Ladeuil
  • Date: 2009-01-27 18:05:00 UTC
  • mto: (3961.1.2 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 3963.
  • Revision ID: v.ladeuil+lp@free.fr-20090127180500-bv6vc33v59hpphti
Damn gremlin.

* bzrlib/annotate.py:
(_show_id_annotations): Gremlin modification reverted.

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