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

  • Committer: Jelmer Vernooij
  • Date: 2018-07-25 01:23:15 UTC
  • mfrom: (7050 work)
  • mto: (7045.3.3 python3-r)
  • mto: This revision was merged to the branch mainline in revision 7051.
  • Revision ID: jelmer@jelmer.uk-20180725012315-2ozmt7u0elwoxn3i
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1547
1547
    def show_diff(self, to_file, diff, indent):
1548
1548
        encoding = get_terminal_encoding()
1549
1549
        for l in diff.rstrip().split(b'\n'):
1550
 
            to_file.write(indent + l.decode(encoding, 'replace') + '\n')
 
1550
            to_file.write(indent + l.decode(encoding, 'ignore') + '\n')
1551
1551
 
1552
1552
 
1553
1553
# Separator between revisions in long format