/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: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-20 23:50:57 UTC
  • mfrom: (7195.5.2 lint_W1_W2_W3)
  • Revision ID: breezy.the.bot@gmail.com-20181120235057-rcl0xb6zs0gspupb
Fix remaining whitespace lint in codebase

Merged from https://code.launchpad.net/~gz/brz/lint_W1_W2_W3/+merge/358968

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
    """