~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

Merge with get_files_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1812
1812
 
1813
1813
    _matching_from_tree_format = WorkingTreeFormat4()
1814
1814
    _matching_to_tree_format = WorkingTreeFormat4()
1815
 
    _test_mutable_trees_to_test_trees = make_source_parent_tree
 
1815
 
 
1816
    @classmethod
 
1817
    def _test_mutable_trees_to_test_trees(klass, test_case, source, target):
 
1818
        return klass.make_source_parent_tree(source, target)
1816
1819
 
1817
1820
    def iter_changes(self, include_unchanged=False,
1818
1821
                      specific_files=None, pb=None, extra_trees=[],