~abentley/bzrtools/2.3

« back to all changes in this revision

Viewing changes to link_tree.py

  • Committer: Aaron Bentley
  • Date: 2008-03-11 13:25:33 UTC
  • Revision ID: aaron@aaronbentley.com-20080311132533-m4ycn0ck7wqwmkq9
Update for API change

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    tt = TreeTransform(target_tree)
21
21
    try:
22
22
        for (file_id, paths, changed_content, versioned, parent, name, kind,
23
 
             executable) in target_tree._iter_changes(source_tree,
 
23
             executable) in target_tree.iter_changes(source_tree,
24
24
             include_unchanged=True):
25
25
            if changed_content:
26
26
                continue