/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

InterTree.compare and delta._compare_trees did not pass its 
parameter require_versioned on correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
611
611
            return result
612
612
        return delta._compare_trees(self.source, self.target, want_unchanged,
613
613
            specific_files, include_root, extra_trees=extra_trees,
 
614
            require_versioned=require_versioned,
614
615
            want_unversioned=want_unversioned)
615
616
 
616
617
    def _iter_changes(self, include_unchanged=False,