[Pkg-bazaar-commits] ./bzr/unstable r746: - compare_trees doesn't return unchanged files by default

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:13:45 UTC 2009


------------------------------------------------------------
revno: 746
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-06-22 17:36:38 +1000
message:
  - compare_trees doesn't return unchanged files by default
modified:
  bzrlib/diff.py
-------------- next part --------------
=== modified file 'bzrlib/diff.py'
--- a/bzrlib/diff.py	2005-06-10 06:22:11 +0000
+++ b/bzrlib/diff.py	2005-06-22 07:36:38 +0000
@@ -337,7 +337,7 @@
 
 
 
-def compare_trees(old_tree, new_tree, want_unchanged, specific_files=None):
+def compare_trees(old_tree, new_tree, want_unchanged=False, specific_files=None):
     """Describe changes from one tree to another.
 
     Returns a TreeDelta with details of added, modified, renamed, and



More information about the Pkg-bazaar-commits mailing list