~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Aaron Bentley
  • Date: 2006-09-26 13:28:39 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: abentley@panoramicfeedback.com-20060926132839-cee32159ab268eeb
Changes from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        require_versioned=require_versioned)
156
156
 
157
157
 
158
 
def _compare_trees(old_tree, new_tree, want_unchanged, specific_file_ids, 
 
158
def _compare_trees(old_tree, new_tree, want_unchanged, specific_file_ids,
159
159
                   include_root):
160
160
 
161
161
    from osutils import is_inside_any