/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/plugins/grep/grep.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-09 20:53:02 UTC
  • mto: This revision was merged to the branch mainline in revision 7033.
  • Revision ID: jelmer@jelmer.uk-20180709205302-bky59cnh25hjmpd2
Fix breezy.tests.test_diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
            old_tree = repo.revision_tree(ancestor_id)
283
283
            s = BytesIO()
284
284
            diff.show_diff_trees(old_tree, new_tree, s,
285
 
                old_label='', new_label='')
 
285
                old_label=b'', new_label=b'')
286
286
            display_revno = True
287
287
            display_file = False
288
288
            file_header = None