/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 object_store.py

Add more checks for submodules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        :param fileid: fileid in the tree.
179
179
        :param revision: Revision of the tree.
180
180
        """
181
 
        tree = directory_to_tree(inv[fileid], 
 
181
        tree = directory_to_tree(inv[fileid],
182
182
            lambda ie: self._get_ie_sha1(ie, inv, unusual_modes),
183
183
            unusual_modes)
184
184
        self._check_expected_sha(expected_sha, tree)