~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: Martin Pool
  • Date: 2005-06-22 07:36:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050622073638-3ffff016918d1cbd
- compare_trees doesn't return unchanged files by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
 
338
338
 
339
339
 
340
 
def compare_trees(old_tree, new_tree, want_unchanged, specific_files=None):
 
340
def compare_trees(old_tree, new_tree, want_unchanged=False, specific_files=None):
341
341
    """Describe changes from one tree to another.
342
342
 
343
343
    Returns a TreeDelta with details of added, modified, renamed, and