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

  • Committer: Martin
  • Date: 2018-11-18 19:48:57 UTC
  • mto: This revision was merged to the branch mainline in revision 7205.
  • Revision ID: gzlist@googlemail.com-20181118194857-mqty4xka790jf934
Fix remaining whitespace lint in codebase

Enables rules W191, W291, W293, and W391 for flake8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
    :param to_file: The output stream.
448
448
    :param specific_files: Include only changes to these files - None for all
449
449
        changes.
450
 
    :param external_diff_options: If set, use an external GNU diff and pass 
 
450
    :param external_diff_options: If set, use an external GNU diff and pass
451
451
        these options.
452
452
    :param extra_trees: If set, more Trees to use for looking up file ids
453
 
    :param path_encoding: If set, the path will be encoded as specified, 
 
453
    :param path_encoding: If set, the path will be encoded as specified,
454
454
        otherwise is supposed to be utf8
455
455
    :param format_cls: Formatter class (DiffTree subclass)
456
456
    """