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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-02 01:50:36 UTC
  • mfrom: (6973.13.15 python3-l)
  • Revision ID: breezy.the.bot@gmail.com-20180702015036-p7h30yemu44e4p01
Fix more tests on Python3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-l/+merge/348782

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
            repository.iter_revisions(revision_ids)
202
202
            if entry[1] is not None)
203
203
    for origin, text in annotations:
204
 
        text = text.rstrip('\r\n')
 
204
        text = text.rstrip(b'\r\n')
205
205
        if origin == last_origin:
206
206
            (revno_str, author, date_str) = ('', '', '')
207
207
        else: