~jelmer/brz/add-no-id

« back to all changes in this revision

Viewing changes to breezy/tree.py

  • Committer: Jelmer Vernooij
  • Date: 2022-07-04 16:45:36 UTC
  • Revision ID: jelmer@jelmer.uk-20220704164536-w6nal4zourj11d1z
Drop ids from MutableTree.add API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
                     require_versioned=True, want_unversioned=False):
799
799
        """Generate an iterator of changes between trees.
800
800
 
801
 
        A tuple is returned:
802
 
        (file_id, (path_in_source, path_in_target),
803
 
         changed_content, versioned, parent, name, kind,
804
 
         executable)
 
801
        A TreeChange object is returned.
805
802
 
806
803
        Changed_content is True if the file's content has changed.  This
807
804
        includes changes to its kind, and to a symlink's target.