~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

  • Committer: Frank Aspell
  • Date: 2009-02-17 11:40:05 UTC
  • mto: (4054.1.1 doc)
  • mto: This revision was merged to the branch mainline in revision 4056.
  • Revision ID: frankaspell@googlemail.com-20090217114005-ojufrp6rqht664um
Fixed typos.

Fixed some typos in bzr doc's using "aspell -l en -c FILENAME".

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: